The vector will clear itself when it's destructed so an explicit clear() is not necessary (and remember clear() doesn't free the memory occupied by items stored in the vector).
The vector will clear itself when it's destructed so an explicit clear() is not necessary (and remember clear() doesn't free the memory occupied by items stored in the vector).
mickey (18th May 2006)
Bookmarks