 |
How to Create a Vector of Character Arrays in C++ | eHow
The C++ programming language has a library of generic containers known as the Standard Template Library or STL. One useful container from the STL is the vector. A vector is a container of sequential data, which makes it similar to an array. Unlike an arra
www.ehow.com |
 |