This lesson explores arrays and vectors which are types of data structures in C++. We'll focus on built-in arrays, which C++ inherits from the C programming language, and a couple of sequence containers including the array template class and the vector template class, which are part of the standard template library or STL.
To get the most out of this lesson, you should have a basic understanding of the fundamentals of C++.