What’s the C++ version of Java’s ArrayList

Use the std::vector class from the standard library.

Leave a Comment