courses-at-nju-by-hfwei / learning-cplusplus

Learning C++ Programming Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learning-cplusplus

Learning C++ Programming Language.

See also this wiki.

See also the learning-c repository.


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:

Books

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

Tutorials

About

Learning C++ Programming Language

License:MIT License


Languages

Language:Makefile 66.9%Language:C++ 16.2%Language:CMake 12.5%Language:C 4.4%