C++ Game Development Resources

C++ is a common programming language used in game development. Since it is not an interpreted language, performance will be less of an issue. If you've never programmed in C++ before, consider this a superb excuse to learn a new way.

SDL (Simple DirectMedia Layer) is a set of libraries for graphics, sound, and input. It is cross-platform, so it doesn't matter what operating system you're developing on, and allows for a larger userbase.

This article will continue to grow as I find more resources.

 

General Tips:

 

Useful Development Links:

 

Game Dev Technique Resources:

You will find that game development techniques are applicable across all programming languages, so don't worry if one of the tutorial's is for Flash or another language. Similarly, if you're having difficultings looking for a certain technique, you may want to try searching for that technique in different languages.