Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-Id: <00a101c0181e$768c8520$846c2b0a@saic.com> Reply-To: "Ryan B. Caveney" From: "Ryan B. Caveney" To: , References: Subject: Re: G++ and ISO C++ conformity? Date: Wed, 6 Sep 2000 12:21:08 -0400 Organization: SAIC MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 christoph DOT loewe AT gameplay DOT de wrote: > was surprised to find several includes and functions > missing in the g++ distribution. > > Header files that could not be found: > e.g. numeric_limits::max(); > 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 AT sourceware DOT cygnus DOT com