Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for (auto it = listaCazare.begin(); it != listaCazare.end(); it++){
- if ((*it)->getTip() == tip && (*it)->getStele() == nrstele) {
- listaCazare.erase(it);
- it = listaCazare.begin();
- }
- if (listaCazare.empty()) return;
- }
Advertisement
Add Comment
Please, Sign In to add comment