A collection of C++ code snippets and examples.
Check out the website for more information.
Build with CMake
mkdir build && cd build && cmake .. && make -j$(nproc)
Test with Catch2
./build/test/test
Documentation with MkDocs
pip install -r requirements.txt
mkdocs serve
# open localhost:8000
There are some cool guides included them as a submodules in this repo so they can be easily accessed and updated. The search plugin that comes with Material for MkDocs theme can be used to search through all the resources, even if they're excluded from the navbar.