This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: include <strstream.h> --- ostrstream


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]