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

  1. A stream is a sequence of characters.  C++ I/O consists of putting
  2. characters into output streams and taking characters out of input
  3. streams.  A stream that is used for both input and output is
  4. called an I/O stream.
  5.