I need help!
Why won't this work?
Rome did not create a great empire by having meetings, they did it by
killing all those who opposed them.
- janvier -
Why won't this work?
Code:
deque<ContactInfo>::iterator contact_info_iter;
for(contact_info_iter = contact_list.begin(); contact_info_iter != contact_list.end(); contact_info_iter++)
{
contact_list.erase(contact_info_iter);
}
Rome did not create a great empire by having meetings, they did it by
killing all those who opposed them.
- janvier -