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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux