DEV Community

How to clear a vector in C++?

Lalit Kumar on December 17, 2020

Vectors are very similar to the dynamic arrays but they have the ability to resize itself automatically whenever an element is inserted or deleted....
Collapse
 
dynamicsquid profile image
DynamicSquid

Why did you use iterators when looping through a vector?