Free memory used by vector

liunx

Guest
What is the function to free the memory used by a dynamic vector array?I am using push_back to insert into the vector. Instead of deleting the vector one by one from the array, I want to delete the entire array of vectors simultaneously.
</div>
 
Top