Wondering about CPP

Posts 14 of 4 · Page 1 of 1
Wondering about CPP
Hye,

why in my VS 2013
when i use
Code:
int main()
its fail,
then i use this

Code:
; int main()
now its correct, why??
Code:
#include <stdio.h>
int main()
{
  printf("I am a retard who posts in the wrong section and obviously didn't even read my C++ book but want to make hax right away\n");
  return 0;
}
Posts 14 of 4 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?