Wondering about CPPHye, why in my VS 2013 when i use Code: int main() its fail, then i use this Code: ; int main() now its correct, why??
'Cuz ; . Got no idea, haven't used C++ all that much. C++/C Programming - MPGH - MultiPlayer Game Hacking & Cheats - Hacks, Cheats, Downloads, Trainers, Games
Originally Posted by Aborted 'Cuz ; . Got no idea, haven't used C++ all that much. C++/C Programming - MPGH - MultiPlayer Game Hacking & Cheats - Hacks, Cheats, Downloads, Trainers, Games lol... any idea??
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; }