|
-
May 27th, 2011, 01:20 AM
#1
Error C2664 Please Help...
Hi All,
I'm newbies in Visual C++ 2008 and having an error during build my code. I was unable to fix it and looking expert to help me to fix this error. My code as below:
private: System::Void button4_Click(System::Object^ sender, System::EventArgs^ e) {
const char *stop = "prog 15";
stop = "Changed";
this->label5->Text=stop;
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|