Hi Guys,
I am in a C++ class, my homework assignment is to ask a user for a file name. when they input the file name it should display 24 lines of output at a time an then pause and wait for the user to press a key before it will output the next 24 lines. My code is below, but it does not show the 24 output lines, its all blank. can someone please explain what i did wrong?