When reading from a data file using fstream,
if the file contains,
Blah Blah, 4535, dob 11-12-05
How can I read it into numerous variables, (3 in this case), from after the commas.
I used to do this in visual basic quite easily, but my knowledge with this in C++ is alittle hazey.
Thanks
if the file contains,
Blah Blah, 4535, dob 11-12-05
How can I read it into numerous variables, (3 in this case), from after the commas.
I used to do this in visual basic quite easily, but my knowledge with this in C++ is alittle hazey.
Thanks
