Denis Petronenko Guest
|
Posted: Fri Jul 28, 2006 9:10 am Post subject: read strings from file with values divided by ";" |
|
|
Hello,
how can i read into strings from ifstream?
file contains values in following format:
value11; val ue12; value 13;
valu e21;value22; value23;
etc.
i need to read like file >> string, but strings must be divided by ";"
separator.
Thanks. |
|