Data Files

Hi i was wondering how to read the first line of a data file again after its been read once already.

Thank you
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.