sorry if you thought it was a riddle, I just finished writing a code for several people to perform some tasks and the code worked. It was setting up the vectors that I had to take a lot of time with thanks again bob
--- On Sat, 12/6/08, andrew clarke <[EMAIL PROTECTED]> wrote: From: andrew clarke <[EMAIL PROTECTED]> Subject: Re: [c-prog] vector question To: [email protected] Date: Saturday, December 6, 2008, 12:55 PM On Sat 2008-12-06 06:58:03 UTC-0800, Robert Ryan ([EMAIL PROTECTED] com) 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. [Non-text portions of this message have been removed]
