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

  1. In the I/O Stream Library, streams are implemented as objects of a
  2. set of streams called the stream classes.  The names of all of the
  3. stream classes end with "stream" (for example, istream, ostream,
  4. and iostream).
  5.