L
Laurens
Hi,
My application needs to create in-memory arrays, the size of which is not
known, or very hard to calculate, in advance. I would like to stream the
data using the standard I/O class framework. The class should take care of
the underlying memory management. Now which class is most suitable for this?
(Assuming there is one.) Will std:strstream do the trick?
In Java I use java.io.ByteArrayOutputStream to create in-memory data.
Thanks
-Laurens
My application needs to create in-memory arrays, the size of which is not
known, or very hard to calculate, in advance. I would like to stream the
data using the standard I/O class framework. The class should take care of
the underlying memory management. Now which class is most suitable for this?
(Assuming there is one.) Will std:strstream do the trick?
In Java I use java.io.ByteArrayOutputStream to create in-memory data.
Thanks
-Laurens