Create a Disease Propagator for COE 322K C++ End of Year Project
The code for the project can be found under the Source Files folder above.
To use the code above as a library you must:
#include \'propogator.h\'
, and if you would like to directly alter the 'propogator.cpp' file, you can do so inint main()
- A Person object can be constructed using the variety of constructors as
Person <name>(string name, [Your choice of additional parameters]);
- Similarily, a People object can be constructed using the variety of constructors as
People <name>(string name, [Your choice of additional parameters]);
A report on the project can be found here and the LaTeX can be found here.