ALL PROJECTS
Short sample program for a gradebook. Includes a small pytest suite test_grades.py and test_structures.py along with conftest.py for creating objects for testing.
Short C++ program to make reservations. It is used as a demonstration for class templates and DLL data structure from scratch.
Showcases an inheritance hierarchy. Dynamic Binding is used for the derived classes. The program supports user input, modification, and output (both printing to screen or an external file) of the derived Concept classes data.
Quiz and feedback program that takes a JSON file of multiple choice, true/false questions and resource information/hits for the user. For this example it is set up for EMS training. The program is written from scratch with JS CSS and HTML.