include <strstream.h> --- ostrstream

John Love-Jensen eljay@adobe.com
Thu Jul 3 13:49:00 GMT 2003


Hi Ajay,

>stringstream does not have anything for MSGLEN.. Rite?? pData length is not
defined... Rite???

Correct on both counts.

The std::stringstream / std::ostringstream / std::istringstream objects use
a std::string as the backing store, not a char* buffer like strstream.

--Eljay



More information about the Gcc-help mailing list