An open API service indexing awesome lists of open source software.

https://github.com/courses-at-nju-by-hfwei/learning-cplusplus

Learning C++ Programming Language
https://github.com/courses-at-nju-by-hfwei/learning-cplusplus

cplusplus learning-cplusplus programming-language

Last synced: 3 days ago
JSON representation

Learning C++ Programming Language

Awesome Lists containing this project

README

          

# learning-cplusplus

Learning C++ Programming Language.

See also [this wiki](https://github.com/hengxin/learning-cplusplus/wiki).

See also the [`learning-c` repository](https://github.com/hengxin/learning-c).

---

## Overview

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:
- [Godot](https://godotengine.org/)
- [SDL (Simple DirectMedia Layer)](https://www.libsdl.org/)

## Books

- "A Tour of C++" by Bjarne Stroustrup
- "The C++ Programming Language" by Bjarne Stroustrup
- "Inside the C++ Object Model" by Stanley Lippman

## Tutorials