On Sat 2008-12-06 06:58:03 UTC-0800, Robert Ryan ([EMAIL PROTECTED]) wrote:
> is vector<char> ?? ------ ?? a char of type vector or? is it? > vector<char> the whole data type with vector<string> names; is names > the name of the vector of stings Your question is turning into a riddle. You may want to read this: http://en.wikipedia.org/wiki/Vector_(STL) And refer to a decent C++ book that covers the STL. For example "The C++ Standard Library: A Tutorial and Reference" by Nicolai M. Josuttis is quite good.
