C++ Standard Template Library: An Introduction

Vector Class. #include The vector container class generalizes the concept of an ordinary C array. Like an array, a vector is an indexed data structure, with index values that range from 0 to one less than the number of elements contained in the structure. ................
................