Go to file
Dag-Erling Smørgrav 334d41441c Merge pull request 'des/ndctt2021' (#1) from des/ndctt2021 into main
Reviewed-on: #1
2021-10-20 08:00:21 +00:00
.github/workflows Try to set the build path correctly 2021-09-10 16:53:21 +02:00
.vscode Add another catch2 extension 2021-10-04 15:21:07 +02:00
assets
cmake Refactor out the vcpkg cmake code 2021-09-27 16:33:06 +02:00
exercises Update optimal_direction_simple 2021-10-19 10:12:44 +02:00
lib Ex 25: Implement PacManAI::optimalDirection(). 2021-10-19 15:32:01 +02:00
scaling-lib Don't use C-cast 2021-09-10 14:32:46 +02:00
src Put the code in a namespace 2021-07-05 14:10:01 +02:00
test Ex 25: Implement pelletClosestToPacman(). 2021-10-19 15:32:01 +02:00
.clang-format Put the code in a namespace 2021-07-05 14:10:01 +02:00
.clang-tidy Remove non-actionable clang tidy check 2021-10-05 14:45:43 +02:00
.gitignore Add vscode configuration 2021-09-17 15:09:44 +02:00
.gitmodules Don't use submodule anymore we are using FetchContent 2021-09-10 10:59:00 +02:00
CMakeLists.txt Refactor out the vcpkg cmake code 2021-09-27 16:33:06 +02:00
CMakePresets.json Use right test present key 2021-10-04 15:31:14 +02:00
README.md Move setup to exercise for module 11 and link to it from root README 2021-10-05 14:56:27 +02:00
vcpkg.json Replace gtest by catch 2021-09-11 17:10:12 +02:00

README.md

Mod(C++) Fundamentals