have a program challenge for homework that asks the user for the name of a file.
ID: 3535715 • Letter: H
Question
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.
This what i have thus far:
Explanation / Answer
please rate
(note that you are using cpp, but mixing string/cstring. Be careful of scope of variables)
http://ideone.com/EPFPyK
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.