Erik Hofman writes:

 > Can someone explain me how to erase a member from an STL vector?
 > I've tried several things, but it looks like it isn't removed anyhow.

You need to use erase(), passing in an iterator (yes, I know, I hate
STL iterators too -- another idea that was just a little too clever).


All the best,


David

-- 
David Megginson, [EMAIL PROTECTED], http://www.megginson.com/

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to