Re: C++ and VS 2002 .net
From: Greg Comeau (comeau_at_panix.com)
Date: 08/11/04
- Next message: Greg Comeau: "Re: C++ and VS 2002 .net"
- Previous message: Val: "Re: C++ and VS 2002 .net"
- In reply to: Hendrik Schober: "Re: C++ and VS 2002 .net"
- Next in thread: Hendrik Schober: "Re: C++ and VS 2002 .net"
- Reply: Hendrik Schober: "Re: C++ and VS 2002 .net"
- Messages sorted by: [ date ] [ thread ]
Date: 11 Aug 2004 15:46:13 -0400
In article <#JUwej6fEHA.636@TK2MSFTNGP12.phx.gbl>,
Hendrik Schober <SpamTrap@gmx.de> wrote:
>>...
> As for the compiler: You could buy Comeau C++.
> It's only 50$, and it's generally accepted as the
> best C++ compiler around. I have yet to find a
> bug in it (if I report an error for one of the
> other compilers we use, the statement that "como
> does (not) compile this" usually is enough to get
> the case accepted as a bug) and its diagnostics
> are really excellent. OTOH, it has at least two
> serious drawbacks: First, it generates C code
> and needs another compiler to generate obj files.
> (However, VC, which you already have, will do
> fine.)
Which then need not be just a drawback, but can also be
considered a plus, since many compilers can be
used as a backend (and more being added as we speak),
leveraging off of existing technology and
existing customer investment(s).
-- Greg Comeau / Comeau C++ 4.3.3, for C++03 core language support Comeau C/C++ ONLINE ==> http://www.comeaucomputing.com/tryitout World Class Compilers: Breathtaking C++, Amazing C99, Fabulous C90. Comeau C/C++ with Dinkumware's Libraries... Have you tried it?
- Next message: Greg Comeau: "Re: C++ and VS 2002 .net"
- Previous message: Val: "Re: C++ and VS 2002 .net"
- In reply to: Hendrik Schober: "Re: C++ and VS 2002 .net"
- Next in thread: Hendrik Schober: "Re: C++ and VS 2002 .net"
- Reply: Hendrik Schober: "Re: C++ and VS 2002 .net"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|