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

  1. In this while loop, the characters in source are read one at a
  2. time and written into dest.  When there are no characters left to
  3. read in source, source.eof() returns a true value and the loop
  4. exits.
  5.