C++
Project 6: Zombie Attack!
Attached Files:
·
ZombieAttackProjectDocumentation.pdf (763.74 KB)
·
files.tgz (697 B)
Attached is the documentation for project 6.
For the extra credit, the ZCS, Person, and Weapon classes must be partially implemented: A main-function will read in and create Person objects and Weapon objects. As each object is created in main, call ZCS's add_weapon and add_person member functions which will push them onto ZCS's group and cache vectors. Main should then call ZCS's assign_weapons member function. The behavior of this function was described in the sequence diagram done in class over the last week.
Due Date
Sunday, December 7, 2014 11:59 PM