Hello again, it's your friendly neighborhood Chap,
I was curious what are the uses for determining the end of file in user input? What practical uses for it are there? Just something that was on my mind...also is cout.put() used often? that's just been on my mind...Thanks yet again! -Chap



LinkBack URL
About LinkBacks



seriously though, how else would you know when to stop?? if you're referring to EOF with respect to the standard input, often you'll see other methods for determining an 'end of input' condition not normally used with other input streams, but EOF is still just as applicable nonetheless.
CornedBee