J
Jon Slaughter
How do I convert an index into an iterator? Lets say I have a vector v and I
want to remove the 3rd element... why can't I just do v.erase(3)?
Jon
want to remove the 3rd element... why can't I just do v.erase(3)?
Jon