EOF is used to determin the end of input from something like a file.
you tend to use it at some point in the loop where you see if the
condition code that tests fro EOF says "you really are at the end of the
file" and then quits.

  I don't want to do your homework, but this should help.

bug

On Wed, 3 Mar 1999, Chris wrote:

> Could some one explain what EOF is and how I would use it to end loops 
> 

Reply via email to