Re: Which compiler for a learner of C?



On Thu, 28 Sep 2006 00:46:29 +0200, in comp.lang.c , jacob navia
<jacob@xxxxxxxxxxxxxxxx> wrote:

pkirk25 wrote:
I own a legit copy of Visual C++ 6.0

Is there another for the Win32 platform that is recommended?

Look lcc-win32 is a compiler system written for developing in C.

Jacob should have mentioned that he is the owner of lcc-win32.

Personally I consider it a little naughty not to mention a personal
interest when one exists, however thats my preference.
--
Mark McIntyre

"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it."
--Brian Kernighan
.



Relevant Pages

  • Re: Segmentation Fault....
    ... Say, Jacob, how's about the C99 conformance of lcc-win32? ... preprocessor for his Plan 9 system, and put it in the public domain. ...
    (comp.lang.c)
  • Re: Segmentation Fault....
    ... Say, Jacob, how's about the C99 conformance of lcc-win32? ... preprocessor for his Plan 9 system, and put it in the public domain. ...
    (comp.lang.c)
  • Re: Returning a struct from a function - strange behavior
    ... DiAvOl wrote: ... maybe creating a new subject for lcc-win32 and ... It is the only compiler that is not a C++ compiler that ... jacob at jacob point remcomp point fr ...
    (comp.lang.c)
  • Re: C exe on winXP memory limitation
    ... You declared the variable as local to main and therefore it is quite likely that a compiler will put it on the stack. ... If you want to know the whys and wherefore of the specifics of Windows and lcc-win32 than I'm sure Jacob will be happy to discus them with you, as the autor of lcc-win32 he probably knows a bit about the subject. ... However, discussion of the details of it would not be topical here, all we can say here is that *all* implementations in this universe have limits and what you are trying to do greatly exceeds the minimum any implementation is required to support. ...
    (comp.lang.c)
  • Re: Which compiler for a learner of C?
    ... jacob navia said: ... Is there another for the Win32 platform that is recommended? ... Look lcc-win32 is a compiler system written for developing in C. ... rjh at above domain ...
    (comp.lang.c)