hi,
i would like to convert a string into an array.
ex.
string = "i love c++";
array[1] = "i"; array[2] = "love"; array[3] = "c++";
can somebody help me pls?
thanks alot
http://www.sgi.com/tech/stl/basic_string.html Research which member functions could be used for finding spaces and extracting sub-strings.