Where do i start?

where do i start learning and understanding programming in C++ for video game programming?
Last edited on
closed account (E0p9LyTq)
One good place to start is:

theForger's Win32 API Programming Tutorial
http://www.winprog.org/tutorial/

Another is Microsoft's own MSDN, VERY brief examples:

Learn to Program for Windows in C++
https://msdn.microsoft.com/en-us/library/ff381399(v=vs.85).aspx
FurryGuy is right ,but if you dont know anything then start with:

http://www.cplusplus.com/doc/tutorial/

Then when you understand everyting over there go to.

theForger's Win32 API Programming Tutorial
http://www.winprog.org/tutorial/
Last edited on
closed account (E0p9LyTq)
@WaidoZ,

If you are not proficient at C++ there are tutorials here at cplusplus. Another good tutorial series that explains the changes C++11 added to the language there is also

http://www.learncpp.com/
Topic archived. No new replies allowed.