Contents|Index|Previous|Next
Reading and writing in memory

The classes, istrstream, ostrstream, and strstream, provide some additional features for reading and writing strings in memory—both static strings, and dynamically allocated strings. The underlying class, strstreambase, provides some features common to all three; strstreambuf underlies that in turn.

Top|Contents|Index|Previous|Next