What’s the C++ version of Java’s ArrayList January 21, 2023 by Tarik Use the std::vector class from the standard library.