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

  1. istream is the input stream class.
  2. istream is a class that implements input streams.  The public
  3. member functions of istream allow you to take characters out of
  4. the stream buffer that is associated with an istream object.  The
  5. predefined stream cin, for example, is an object of a class
  6. derived from istream.
  7.