Thanks for the help!
Er...any idea why it won't let me use cout<< on the vector?
I tried:
Code:
cout<<PVec.begin();
and
Code:
cout<<PVec.end()-1;
but I keep getting an error about there not being a match for it. This is in the function PhoneBook::AddPerson(); by the way.