Question: C++ 2. File Display Program Write a program that asks the user for the name of a file. The program should display the contents of
C++
2. File Display Program Write a program that asks the user for the name of a file. The program should display the contents of the file on the screen. If the file's contents won't fit on a single screen, the program should display 24 lines of output at a time, then pause. Each time the program pauses, it should wait for the user to strike a key before the next 24 lines are displayed.
Step by Step Solution
3.47 Rating (150 Votes )
There are 3 Steps involved in it
Code include iostream include fstream For handling files include conio h conioh is preferably used h... View full answer
Get step-by-step solutions from verified subject matter experts
