C++ Book


Chapter 4 - The Standard Template Library: Hangman.

You’ll be introduced to a powerful library—a toolbox that game programmers (and even non-game programmers) rely on to hold collections of things, such as items in a player’s inventory. You’ll also learn about techniques that can help you plan larger game programs.

Resources

Programs

  • WIP