The vector library allows you to use vectors in your C++ programs.
To use the vector library, include vector.h
#include <vector>