C++Talk.NET Forum Index C++Talk.NET
C++ language newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Re: removing the 5th STL object

 
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language (comp.lang.c++)
View previous topic :: View next topic  
Author Message
John Harrison
Guest





PostPosted: Sat Jun 28, 2003 6:16 pm    Post subject: Re: removing the 5th STL object Reply with quote




"Søren Grønbech" <sodan (AT) NOSPAMsodan (DOT) dk> wrote

Quote:
std::vector<long>::iterator i=online_userid.begin();
i += 5;
online_userid.erase(i);

It the above ok?
removing object #5 (really the sixth)..

Thanx,
Søren


It's OK, a shorter alternative is

online_userid.erase(online_userid.begin() + 5);

john



Back to top
Søren Grønbech
Guest





PostPosted: Sat Jun 28, 2003 6:30 pm    Post subject: Re: removing the 5th STL object Reply with quote



thank you very much !

"John Harrison" <john_andronicus (AT) hotmail (DOT) com> wrote

Quote:

"Søren Grønbech" <sodan (AT) NOSPAMsodan (DOT) dk> wrote in message
news:3efdd7ff$0$24705$edfadb0f (AT) dread14 (DOT) news.tele.dk...
std::vector<long>::iterator i=online_userid.begin();
i += 5;
online_userid.erase(i);

It the above ok?
removing object #5 (really the sixth)..

Thanx,
Søren


It's OK, a shorter alternative is

online_userid.erase(online_userid.begin() + 5);

john





Back to top
Stephen Howe
Guest





PostPosted: Sat Jun 28, 2003 7:00 pm    Post subject: Re: removing the 5th STL object Reply with quote



Quote:
std::vector<long>::iterator i=online_userid.begin();
i += 5;
online_userid.erase(i);

It the above ok?

It is fine providing your vector has 6 objects or more.

Stephen Howe



Back to top
Display posts from previous:   
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language (comp.lang.c++) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.