David Megginson wrote:
> 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).

Is there an easy way to get an itterator from an indexed value (e.g. 
value[1]), or do i need do to everything with iterators then?

Erik



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

Reply via email to