Re: Which compiler for a learner of C?
- From: Michael Mair <Michael.Mair@xxxxxxxxxxxxxxx>
- Date: Thu, 28 Sep 2006 10:29:28 +0200
Richard Heathfield wrote:
pkirk25 said:I own a legit copy of Visual C++ 6.0
Its nice but it is 10 years old and aimed at C++.
It still does C just fine, though. It's a very good C compiler with a fine IDE. In fact, on the rare occasions when I use Windows, it's my C compiler of choice. (And I'm Mr Anti-Microsoft!)
Hmmm, that may be true for small to middle projects.
However, the fact that some of the standard headers lead to warnings,
that you cannot rely on the optimisation to produce the same programme
behaviour as unoptimised code, and that it cannot compile and link
projects of a certain size in Debug mode make it a beginners' tool in
my eyes.
As for the last two points: VS2005 looks much better in these respects.
I evaluated it only for a short time, though.
<OT>
For C++ code, I still got many warnings out of standard headers.
Fills one with confidence.
</OT>
Cheers
Michael
--
E-Mail: Mine is an /at/ gmx /dot/ de address.
.
- Follow-Ups:
- Re: Which compiler for a learner of C?
- From: Mark McIntyre
- Re: Which compiler for a learner of C?
- From: Richard Heathfield
- Re: Which compiler for a learner of C?
- References:
- Which compiler for a learner of C?
- From: pkirk25
- Re: Which compiler for a learner of C?
- From: Richard Heathfield
- Which compiler for a learner of C?
- Prev by Date: Re: Associativity of ++ and --
- Next by Date: Re: Sticking with Visual C++ Version 6
- Previous by thread: Re: Which compiler for a learner of C?
- Next by thread: Re: Which compiler for a learner of C?
- Index(es):
Relevant Pages
|
|