Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #55.0K
~689 People Reached
Favorite Forums
Favorite Tags
c++ x 3

1 Posted Topic

Member Avatar for vio_1960

I am a beginner to VC++, started just today. I get the same error for my first program: #include<windows.h> int_stdcall WinMain(HINSTANCE i, HINSTANCE j, LPSTR k, int l) { MessageBox(0,"Hi","Title",0); return(0); } Errors: error C2146: syntax error : missing ';' before identifier 'WinMain' error C2501: 'int_stdcall' : missing storage-class or …

Member Avatar for Ashok_beginner
3
689

The End.