Y
Hacker News
new
|
ask
|
show
|
jobs
by
qcoh
2211 days ago
Out of curiosity, how did you do that in C++?
1 comments
Ididntdothis
2211 days ago
It depends. Either iterate over the vector and delete the objects or just call clear(). Obviously you have to be sure that nobody else is accessing it at the same time.
link