Data Files
Jul 26, 2012 at 7:33pm
Hi i was wondering how to read the first line of a data file again after its been read once already.
Thank you
Jul 26, 2012 at 7:53pm
You could use seekg() to go back to the beginning of the file. This assumes you are using istreams though.
Topic archived. No new replies allowed.