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 Subject: G++ and ISO C++ conformity? To: cygwin AT sourceware DOT cygnus DOT com X-Mailer: Lotus Notes Release 5.0.3 (Intl) 21 March 2000 Message-ID: From: christoph DOT loewe AT gameplay DOT de Date: Wed, 6 Sep 2000 12:01:04 +0200 X-MIMETrack: Serialize by Router on Honker/gameplay/DE(Release 5.0.3 (Intl)|21 March 2000) at 06.09.2000 12:01:05 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id GAA10427 Hi, I have recently downloaded the latest Cygwin archive to start a project in C++. I have read Bjarne Stroustrup's "The C++ Programming Language" (Special Ed.) and 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. Can it be that G++ does not completely support ISO C++? Or did I forget to install something? Is an update planned, if indeed some features of ISO C++ are indeed missing in g++? I used the Setup.exe and did a complete Install via Internet. Thanks for your time... Regards, AEon