cbeginner
July 16th, 2007, 08:24 AM
hi guys im new at c/c++ and i dont know anything i cant afford classes ;( , but i wish to learn everything about it. is there a good book or tutorial i can read that tells me about most of c++ can you please post if there is thanks .ive searched the web but i have not found any tutorial which teach c and c++ fully. also i was wondering what is the difference between visual c and just c and which one would be good for game programming thanks .
ashukasama
July 16th, 2007, 08:29 AM
http://www.codeguru.com/forum/showthread.php?t=231039
Fixion
July 16th, 2007, 08:33 AM
Here are a few links that I find useful:
http://www.cplusplus.com/doc/tutorial/
http://www.parashift.com/c++-faq-lite/index.html
http://www.cppreference.com/
http://www.codeproject.com/
Standard C and C++ don't have support for graphics on their own. Most GUIs are created using external libraries such as MFC, wxWidgets, OpenGL, DirectX, etc. I recommend you go through the tutorial (first link), once you understand that stuff, move onto learning MFC.