Quote:
|
Originally Posted by gamehead200
Valmont, I understand what you mean when you say not to use the while( !in_file.eof() ) loop, however, why do you use the while( in_file >> word ) instead? Doesn't this just read the word from the file in a loop?
|
this means: while (in_file is still being read).....
that's the best wording i can put it in. i'm sure valmont can explain it better