Programmer's Wiki

The vector library allows you to use vectors in your C++ programs.

Using vector[]

To use the vector library, include vector.h

#include <vector>


16px-Pencil