These are a collection of my C++ projects from CSUF
(01/26/2023 - 05/25/2023)
Execution and testing are controlled with a Makefile written for GNU Make. The included Makefile has several targets you can use during development. As mentioned earlier, do not modify the Makefile file.
See a help menu with available commands:
$ make help
See a quick preview/estimate of your grade with the following command:
$ make test
Execute the program defined by main.cpp:
$ make run
Run tests in debug mode (with gdb):
$ make debug-test
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.