The STL Vector Class - C programming.com - Learn C and C++ Programming - Cprogramming
One of the basic classes implemented by the Standard Template Library is the vector class. A vector is, essentially, a resizable array; the vector class allows random access via the [] operator, but adding an element anywhere but to the ......