From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mumit Khan To: Chandra Kala Chavva Cc: cygwin@sourceware.cygnus.com Subject: Re: g++ is not complete Date: Tue, 09 Mar 1999 14:11:00 -0000 Message-id: <199903092211.QAA24986@modi.xraylith.wisc.edu> In-reply-to: Your message of "Tue, 09 Mar 1999 13:53:17 PST." < Pine.LNX.3.95.990309134603.6885A-100000@cheetah.zsp.com > References: X-SW-Source: 1999-03/msg00298.html Chandra Kala Chavva writes: > i installed lates cygnus tools and when i tried to compile C++ programs, i > am getting some header files not available error messages. The headers are > > pix.h > obstack.h > builtin.h > std.h > These have never been part of C++, but rather part of a 3rd party library (libg++). Libg++ is obsolete and users of this once quite useful library have been migrating their code for the past few years. Please get a recent book on C++ (Stroustrup 3rd Ed is quite well written), and, if you're serious about programming in C++, a copy of the standard as well from ANSI ($18 gets you a PDF version). Please send followup to gnu.g++.help. Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mumit Khan To: Chandra Kala Chavva Cc: cygwin@sourceware.cygnus.com Subject: Re: g++ is not complete Date: Wed, 31 Mar 1999 19:45:00 -0000 Message-ID: <199903092211.QAA24986@modi.xraylith.wisc.edu> References: X-SW-Source: 1999-03n/msg00298.html Message-ID: <19990331194500.sQSrdcMosAeTTwnnA0ioNECCrdwwI8_xEQsVbUTkwjY@z> Chandra Kala Chavva writes: > i installed lates cygnus tools and when i tried to compile C++ programs, i > am getting some header files not available error messages. The headers are > > pix.h > obstack.h > builtin.h > std.h > These have never been part of C++, but rather part of a 3rd party library (libg++). Libg++ is obsolete and users of this once quite useful library have been migrating their code for the past few years. Please get a recent book on C++ (Stroustrup 3rd Ed is quite well written), and, if you're serious about programming in C++, a copy of the standard as well from ANSI ($18 gets you a PDF version). Please send followup to gnu.g++.help. Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com