New/Delete with a Class that uses malloc

Pages: 12
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).
Probably I got the name only from my confusion.
Thank for explaination and for correction.
Topic archived. No new replies allowed.
Pages: 12