Re: C++ writing/compiling with 3.4 stable

2000-03-23 Thread Warner Losh
In message <[EMAIL PROTECTED]> 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)

Re: C++ writing/compiling with 3.4 stable

2000-03-23 Thread Brooks Davis
On Thu, Mar 23, 2000 at 06:11:53PM -0600, David Kanter wrote: > 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.

C++ writing/compiling with 3.4 stable

2000-03-23 Thread David Kanter
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 -- Dav