hey, uhm yeah
uhm i don't normally ask for a lot of help, only when i first started off vb08, but now im moving to c++. i would like to know what the difference is between: devC++ and C++. Also i would like to know where to start off with hacks. i would start with the most simple basic hacks, and move my way up if it's okay with you guys, please help. if not then just say so. thank you.
dev-C++ is just a compiler. So is Visual Studios and Visual Studios Express.
C++ is the actual language you will be coding in. Secondly there's really not very many simple hacks, atleast from your perspective. Once you learn C++ then you will have an understanding of what is simple and what is not. It all depends on a lot of variables. Right now you just need to learn C++ and worry about hacking later.
A compiler is what makes the project run. It's like the debugger tool in VB08. You write out the code and click compile and run, and it turns the code you wrote out into an actual running program.
thanks lol i needed that, i made a calculator last night and i couldnt get it to work, said im missing a compiler