In a STL container such as std::vector.
If you haven't heard this term before, I strongly recommend to read a good C++ book, because the STL is basic knowledge which is very important in C++. It's probably the most often used part of the standard library.