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)
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.
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