Quote Originally Posted by weirddemon View Post
Here is the code:
Code:
130. private: System::Void button1_Click(System::Object^  sender, System::EventArgs^  e)
Wrong forum. As far as this forum is concerned, that "^" is the exclusive-or operator in C++, and that line of code makes no sense whatsoever.

That code is managed C++, and this is not a managed C++ forum. This forum is explicitly for non-managed, traditional C++ using Visual C++ using MFC, ATL, COM, etc.

Regards,

Paul McKenzie