New to C++? Read this.

Just starting off in C++? I've created an archive of C++ tutorials for you to get started.

Starter Tutorials: (Written)


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

http://newdata.box.sk/bx/c/

http://www.functionx.com/cpp/



Starter Tutorials (Video)


http://www.youtube.com/user/xoaxdotnet#g/c/A68C1F33757B4A38

(Note: I'm soon making a video tutorial play list and I'll edit it in.)




So, now you should have a great idea on how to create basic C++ applications that run through the CMD prompt. Now here's some tutorials on the Win32 API. With the Win32 API you can create GUI applications.


Win32 Tutorials: (Written)


http://www.winprog.org/tutorial/

http://www.functionx.com/win32/

http://www.infernodevelopment.com/c-win32-api-tutorial

http://www.stromcode.com/2008/03/01/cwin32-tutorials/

http://msdn.microsoft.com/en-us/library/ff381399%28v=VS.85%29.aspx

http://www.relisoft.com/win32/index.htm

http://zetcode.com/tutorials/winapi/


Win32 Tutorials (Video)



http://www.youtube.com/user/xoaxdotnet#g/c/C616A3733AB5F923

(Note: I'm soon making a video tutorial play list and I'll edit it in.)


Please let me know if you know of any more tutorials, or APIs that I should add such as DirectX or OpenGL.
Last edited on
What about tutorials for SDL or SFML. They're pretty useful for basic graphics, windowing and so forth. SDL tutorials at sdltutorials.com. SFML tutorials on the official site http://sfml-dev.org/tutorials/1.6/.

Just a suggestion though - feel free to ignore them if you don't think they're relevant :)

-Xander314
Topic archived. No new replies allowed.