Date: Thu, 23 Mar 2000 18:09:46 -0700 From: Warner Losh <imp@village.org> To: David Kanter <djkanter@nwu.edu> Cc: FreeBSD stable <freebsd-stable@FreeBSD.ORG> Subject: Re: C++ writing/compiling with 3.4 stable Message-ID: <200003240109.SAA45855@harmony.village.org> In-Reply-To: Your message of "Thu, 23 Mar 2000 18:11:53 CST." <20000323181153.A88716@localhost.localdomain> References: <20000323181153.A88716@localhost.localdomain>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <20000323181153.A88716@localhost.localdomain> David Kanter writes: : How ANSI/ISO-compliant is 3.4 stable? I ask because compiling a C++ program : I just wrote needed the header files with the .h extension, and didn't like : using namespace std; : : And which version of gcc should I use? There is a 2.95 (egcs) and 2.8.1 : (gcc) but the glibstdc++ seems to want 2.8.1 Use 2.95. 2.8.1 is better than 2.7, but still has some significant issues in the dark corners of the language. Don't worry about glibstdc++... It has been subsumed by libstdc++. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003240109.SAA45855>