Calculator example in C++ To compile: git clone https://github.com/eceuwaterloo/ece650-calc-c-doctest cd ece650-c-calc-doctest mkdir build cd build cmake .. cmake --build . To execute tests run ./tests in the build directory.