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

  1. strstream, istrstream, and ostrstream are the stream classes for
  2. arrays in memory.
  3. These three classes adapt their respective base classes to use an
  4. array of bytes in memory as the ultimate producer or ultimate
  5. consumer.  strstream is derived from iostream.  ostrstream is
  6. derived from ostream.  istrstream is derived from istream.
  7.