Thread
:
how to read such type of files....
View Single Post
Jun 22nd, 2005, 6:49 AM
#
3
DaWei
Resident Grouch
Join Date: Jun 2005
Posts: 6,453
Rep Power:
10
One approach: read a line at a time, tokenize on commas, discard tokens which don't begin and end with a quotation mark.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner:
Grumpy on C++ Exceptions
DaWei on Pointers
DaWei
View Public Profile
Visit DaWei's homepage!
Find More Posts by DaWei