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