Tagged Questions
0
votes
2answers
2k views
c++ ifstream, detect if letter or EOLine?
I have this function to read in all ints from the file.
The problem is when i read letters i trigger a new line and i always seek by 1 and not to the end of line. How can i write this function better?
...