Hi guys,
As always I greatly appreciate this site and all of you that help here.
I'm writing a program for class that's supposed to read and display data from a file, while pausing after 24 lines, every 24 lines. I know how to do all of that except pausing after 24 lines, every 24 lines lol. I mean I know that's not possible with a for loop and a counter.. or is it. Is there some sort of test like eof() in fstream that would tell me where we're at in the file? I dunno. My brain is tired. Can someone point me in the right direction?