A collection of programs and headers that were generated by working through various C/C++ tutorials and books.
A simplistic course that introduced the core syntax of C++. In order to get to work quickly, a few sample programs are created that tackle sorting and machine learning.
The goal is to generate 2 programs per chapter. One program for a simplistic, systematic exploration of the introduced feature and another one which creates a somwehat reasonable use case for which the feature might come in handy. Overall, there are 30 chapters in the book.