home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11238.TXT < prev    next >
Encoding:
Text File  |  1993-10-18  |  259 b   |  6 lines

  1. iostream is the stream class for input and output.
  2. iostream is a class that implements streams that are used for both
  3. input and output.  The public member functions of iostream allow
  4. you to put characters into and take characters out of a
  5. stream buffer.
  6.