New/Delete with a Class that uses malloc

Pages: 12
Jan 31, 2009 at 3:19pm
To remove element i from the vector, just use array.erase(array.begin()+i).
Also, they are called iterators, not remainders (no idea where you got that name).
Jan 31, 2009 at 5:47pm
Probably I got the name only from my confusion.
Thank for explaination and for correction.
Topic archived. No new replies allowed.
Pages: 12