CECS 282
LAB ASSIGNMENT 11
Assigned date: 5/9
Due date: 5/11

Objectives

Prelab

Start with a Person class in the lab assignment 7, 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.

I added the Writing your own function objects  topic to the end of lecture note STL. You need to read this topic to  do problem 2 in the lab assignment.

GRADING