Answer the question
In order to leave comments, you need to log in
C++ how to make variable output in MessageBox?
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
double x = 5;
MessageBox::Show(x);
};
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question