home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A112123.TXT < prev    next >
Encoding:
Text File  |  1993-11-22  |  250 b   |  5 lines

  1. In this while loop, characters are extracted one at a time from
  2. in_stream and inserted into the variable "c". The value of "c" is
  3. then inserted into the cout stream.  The result is a listing of
  4. the sequence of characters that "buf_in" points to.
  5.