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
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.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.