G++ and ISO C++ conformity?

Ryan B. Caveney RYAN.B.CAVENEY@saic.com
Wed Sep 6 09:18:00 GMT 2000


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



More information about the Cygwin mailing list