yanlinlin82 / csv-parser-cplusplus

Automatically exported from code.google.com/p/csv-parser-cplusplus
GNU General Public License v3.0
0 stars 0 forks source link

Init on FILE* rewinds the FILE* #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Rewinding the FILE* kills a great feature, the ability to parse from a certain 
point in the file onwards.  If the user wanted to read the file from the 
beginning he would provide a rewound FILE*.

Original issue reported on code.google.com by embus...@gmail.com on 3 Feb 2011 at 5:36