i need some help: i have something like:
word1:word2:word3:word4 ...read from a file,how can i do,when i read this line,each word delimit by ":" to put into a string....
string str1,str2,str3,str4;
str1 = word1;
...........
str4 = word4;
sorry for my english i hope eu understand