View Single Post
Old 10-29-2004, 06:50 PM   #8 (permalink)
Androto
Mac Os X User(I hate win)
 
Join Date: Oct 2004
Posts: 138
Androto is on a distinguished road
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
Androto is offline   Reply With Quote