Regular Make commands:
make all
: Builds and generates executablemake clean
: Cleans build directorymake run
: Builds and runs the unit test for each executable
.\question1\
Program for Question 1.\question2\
Program for Question 2.\question3\
Program for Question 3, 4, and 5
To build we need:
- g++ compiler
- C++11