Just getting back into using C++ and trying to convert a simple Java program I wrote recently.
What\'s the preferred equivalent to the Java ArrayList in C++?
Use the std::vector class from the standard library.