Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 938 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 938 Bytes

C++ sandbox

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

Resources

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.