I am using Visual C++ 6.0 and am getting, "error C2447: missing function header (old-style formal list?)"
The code is:
#include <stdafx.h>
{
int main ();
printf("Fuck off Asshole.\n You suck. \n Bit Me Dickhead\n");
return 0
}
I cannot figure out what is going wrong.