Activity Diagram for compute Method
Activity Diagram for setReference method
Write Unit Test Cases for handling faulty inputsCleanup this Readme.md
Simple starter C++ project with:
- cmake
- googletest
git clone --recursive https://github.com/dpiet/cpp-boilerplate
cd <path to repository>
mkdir build
cd build
cmake ..
make
Run tests: ./test/cpp-test