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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.