OsaOskarPL OsaOskarPL 10.09.2017, 14:11:00 2 + private: System::Void button1Click1(System::Object^ sender, System::EventArgs^ e) { Double x, y; x=Double::Parse(textBox1->Text); y=Double::Parse(textBox2->Text); textBox3->Text= (x+y).ToString(); }Szybkie pytanie. w jakim jezyku to jest napisane? C# czy c++? #prgramowanie
CrazyIvan CrazyIvan 10.09.2017, 14:13:58 via iOS 1 + @OsaOskarPL: c++, jak sie nie myle to dokladnie visual C++
OsaOskarPL OsaOskarPL 10.09.2017, 14:15:58 0 + private: System::Void button5_Click(System::Object^ sender, System::EventArgs^ e) { Double x; x=Double::Parse(textBox1->Text); textBox3->Text= (x*x).ToString(); }to jak w końcu? xD
Double x, y;
x=Double::Parse(textBox1->Text);
y=Double::Parse(textBox2->Text);
textBox3->Text= (x+y).ToString(); }
Szybkie pytanie. w jakim jezyku to jest napisane? C# czy c++? #prgramowanie
Double x;
x=Double::Parse(textBox1->Text);
textBox3->Text= (x*x).ToString(); }
to jak w końcu? xD