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


Thanks.. :)
One more question..

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


-----Original Message-----
From: m. [mailto:michal017@centrum.sk] 
Sent: Thursday, July 03, 2003 2:32 PM
To: gcc-help@gcc.gnu.org

use stringstream class and <sstream> header m.

On Thu, 3 Jul 2003 13:50:10 +0530
"Ajay Bansal" <Ajay_Bansal@infosys.com> wrote:

>Hi All
>
>My code is using following (code is old)
>
>include/SmDefs.h:#include <strstream.h>
>include/SmDefs.h:       ostrstream logstream(pData, MSGLEN); 
>
>
>I am compiling it with gcc 3.2.1.. I get the following warning
>
>/usr/local/include/c++/3.2.1/backward/backward_warning.h:32:2: warning:
>#warning This file includes at least one deprecated or antiquated 
>header. Please consider using one of the 32 headers found in section
>17.4.1.2 of the C++ standard. Examples include substituting the <X> 
>header for the <X.h> header for C++ includes, or <sstream> instead of 
>the deprecated header <strstream.h>. To disable this warning use 
>-Wno-deprecated.
>
>
>Now my question is::
>In latest g++, what should be used instead of strstream/ostrstream , so

>that code becomes correct. (I would like to have minimum changes in the

>code).
>
>
>
>


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