Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. bool Skrzynka::usunOwoc(Owoc_ptr Owoc) {
  2. for(int i=0;i<owoce.size();i++)
  3. {
  4. if(owoce[i]=Owoc);
  5. {
  6. owoce.erase(owoce.begin()+i);
  7. }
  8.  
  9. }
  10. return true;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement