cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
New/Delete with a Class that uses malloc
Page 2
New/Delete with a Class that uses malloc
Pages:
1
2
Jan 31, 2009 at 3:19pm
Jan 31, 2009 at 3:19pm UTC
helios
(17607)
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
Jan 31, 2009 at 5:47pm UTC
Nobun
(138)
Probably I got the name only from my confusion.
Thank for explaination and for correction.
Topic archived. No new replies allowed.
Pages:
1
2