Re: stdin and EOF

2001-01-17 Thread $Bill Luebkert
Mike Prozinski wrote: > > On windows, you need to press enter before and after ctrl-Z. You need ctrl-Z > at the beginning of the line, (there can some text after the ctrl-Z), and > then you need to press enter to process that line of std input. You do it your way and I'll do it mine. :) Mine n

RE: stdin and EOF

2001-01-17 Thread Mike Prozinski
Behalf Of $Bill Luebkert Sent: Wednesday, January 17, 2001 8:43 AM To: [EMAIL PROTECTED] Subject: Re: stdin and EOF "Bellenger, Bruno (Paris)" wrote: > > Bill, > > What do you mean there's no need for Enter after ^Z ? > > Really appears that as far as we are read

Re: stdin and EOF

2001-01-17 Thread $Bill Luebkert
"Bellenger, Bruno (Paris)" wrote: > > Bill, > > What do you mean there's no need for Enter after ^Z ? > > Really appears that as far as we are reading > line by line, it will just keep waiting for the next character > to be entered until a carriage return/line feed is input. > (as long as the