while (!ourfile.eof) not workingJust kidding. After I just input.clear(); after the input>>number loop, it worked. Thanks a ton for ...
while (!ourfile.eof) not workingThank you so much for your help. I tried to apply what you guys have said and this is what I have: [...
while (!ourfile.eof) not workingI'm still kind of confused. Some questions: 1. So, are you saying the compiler will think it's the ...
while (!ourfile.eof) not workingHi! I'm writing a program to manipulate data from a text file. The text file includes names followed...
While loop that runs until reading in an int failsThanks!