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

  1. There are over 20 classes in the I/O Stream Library, but you
  2. usually deal with only three or four of them directly.  ios is the
  3. base class for the stream classes.  streambuf is the base class
  4. for the stream buffer classes.  All of the other classes in the
  5. Library are derived directly or indirectly from one of these two.
  6.  
  7. Click on a box to learn about that class. The withassign classes
  8. are not covered.
  9.