Skip to content

Create a Disease Propagator for COE 322K C++ End of Year Project

License

Notifications You must be signed in to change notification settings

Kartik-Nagpal/DiseasePropagator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiseasePropagator

Create a Disease Propagator for COE 322K C++ End of Year Project

Understanding the Repo

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 in int 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]);

Understanding the Project

A report on the project can be found here and the LaTeX can be found here.

About

Create a Disease Propagator for COE 322K C++ End of Year Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages