Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 352 Bytes

File metadata and controls

15 lines (11 loc) · 352 Bytes

C++ coding examples!

This project has a number of C++ coding examples and is designed to give a good description of what is going on in comments in the code.

It can also be used as a reference of working code.

Each example is compiled with CMake and has no dependencies, for example,

mkdir build
cd build
cmake -B . -G Ninja ..
ninja all