When I type this in visual studio this error appears: "error C2106: '=' : left operand must be l-value" LINE 268
266 #pragma endregion
267 private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
268 System::Convert::ToDouble(this->textBox3->Text) =
System::Convert::ToInt16(this->textBox1->Text) / System::Convert::ToInt16(this->textBox2->Text);
269}

New Topic/Question
Reply


MultiQuote






|