I have a program challenge for homework that asks the user for the name of a file. The program should display the contents of the file on the screen. If the files contents wont fit on a single screen, the program should display 24 lines of output at a time, and then pause. Each time the program pauses, it should wait for the user to strike a key before the next 24 lines are displayed.
The function expects a declaration and I have a feeling something else is wrong that I can't see. Any help is greatly appreciated.
Then, what will you do if the comparison expression (fin == 0) is always true?
"cin >> fileName;" seems redundant because it cannot solve the problem (fin == 0).
Loop forever.........