CECS 282
LAB ASSIGNMENT 9
Assigned date: 12/3
Due date: 12/5

20 points

Start with a Person class, and create a multiset to hold pointers to person objects. Define the multiset with the comparePersons function object, so it will be sorted automatically by names of person. Define a half-dozen persons, put them in the multiset, and display its contents. Several of the persons should have the same name, to verify that multiset stores multiple object with the same key. Also allow the user to search a person object by the last name and the first name.

GRADING