Wondering about CPP
Hye,
why in my VS 2013
when i use
its fail,
then i use this
now its correct, why??
why in my VS 2013
when i use
Code:
int main()
then i use this
Code:
; int main()
int main()
; int main()
#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;
}