mandlm 88964736a9 | ||
---|---|---|
.nix | ||
chapters | ||
cmake | ||
include | ||
src | ||
tests | ||
.envrc | ||
.gitignore | ||
.pre-commit-config.yaml | ||
CMakeLists.txt | ||
README.md | ||
bootstrap.sh | ||
build.sh | ||
test.sh |
README.md
Purpose
This project follows Ou Changkun's book Modern C++ Tutorial: C++11/14/17/20 On the Fly.
Building
Use the included bootstrap.sh
, build.sh
and test.sh
scripts.
Prerequisites
See .nix/flake.nix
for all required tools.