This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


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

Re: G++ and ISO C++ conformity?


christoph.loewe@gameplay.de wrote:

> was surprised to find several includes and functions
> missing in the g++ distribution.
>
> Header files that could not be found:
>      <limits>   e.g. numeric_limits<int>::max();
>         <sstream>  e.g. ostringstream ost;
>
> Furthermore the "range controlled" indexing via at()
> would not work.

I just started using C++ myself, so I can't answer all your questions, but
what I can say is that the stringstream stuff is there -- it's just named
differently.  On my Cygwin (1.1.2 base), /usr/include/g++-3/ contains
strstream, not sstream, and the classes it defines are called things like
ostrstream, not ostringstream.  HTH.


Ryan Caveney




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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