Why wont this work:
Code:#include <iostream.h> #include <windows.h> void main(){ char MyString[5]; MyString = "Test"; MessageBox(NULL, MyString, "Message", MB_OK | MB_ICONINFORMATION); }
|
Results 1 to 5 of 5
Thread: Why isn't this possible....Threaded View
|
Click Here to Expand Forum to Full Width |