i want coding for split the word by word from a text document or line.it store in different string in vc++2012
ex:this is the text
output:
string1=this
string2=is
string3=the
string4=text
Karthikn.s
i want coding for split the word by word from a text document or line.it store in different string in vc++2012
ex:this is the text
output:
string1=this
string2=is
string3=the
string4=text
Karthikn.s