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

  1. You can define streams that use an array of bytes in memory as an
  2. ultimate consumer or an ultimate producer.  To do this, you define
  3. strstream, istrstream, and ostrstream objects.  This example shows
  4. you how you can define an istrstream object that has a character
  5. string in memory as an ultimate producer.
  6.