Learn how to use C++ vectors, a great way to keep your data organized.
Continue your C++ learning journey with Learn C++: Vectors. Learn about vectors, a sequence of elements that you can access by an index, and manipulate them using some of C++'s built-in functions.
* Create and manipulate vectors
* Use C++'s built-in functions
* Work with arrays
### Notes on Prerequisites
We recommend that you complete [Learn C++: Loops](https://www.codecademy.com/learn/learn-c-plus-plus-loops) before completing this course.
Continue your C++ learning journey with Learn C++: Vectors. Learn about vectors, a sequence of elements that you can access by an index, and manipulate them using some of C++'s built-in functions.
* Create and manipulate vectors
* Use C++'s built-in functions
* Work with arrays
### Notes on Prerequisites
We recommend that you complete [Learn C++: Loops](https://www.codecademy.com/learn/learn-c-plus-plus-loops) before completing this course.