Learning C++ Programming Language.
See also this wiki.
See also the learning-c
repository.
In this tutorial, we will learn C++ by designing several computer games:
- Conway's Game of Life
- 2048
- Snake
- Tetris
- Gobang
- Popkart
What to use:
- "A Tour of C++" by Bjarne Stroustrup
- "The C++ Programming Language" by Bjarne Stroustrup
- "Inside the C++ Object Model" by Stanley Lippman