Thread: ANSI C compiler download

  1. #16
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by Filster View Post
    So what compiler should i download then,or was it a waste that i got that book?
    Oh for crying out loud.... this doesn't need 15 messages...

    You've already been given several good recommendations... but I'll make it real simple for you...


    Click this link ---> FREE ISO C-99 Compiler and IDE

    When you get it installed, immediately open the help file and start reading.
    Last edited by CommonTater; 07-28-2011 at 07:41 AM.

  2. #17
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    So long as your K&R has got the big red "ANSI-C" rubber stamp logo on the front of it, it's an excellent book to have.

    IIRC, the only difference between ANSI-C89 and ISO-C90 is the front cover information, and perhaps page numbering.

    Also, there is no central certification lab which can officially say "this is an ANSI/ISO C compiler". Mostly you have to take their word for it, perhaps backed up by their tests and bug reports (a lot easier to do with open source compilers).

    Also, everything has bugs (even the standards)
    Normative Changes to ISO/IEC 9899:1990 in Technical Corrigendum 1
    ISO C Technical Corrigendum 2
    C89/C90 evolved a little bit after the initial publication.
    Likewise, C99 came and went (and now there is C1X)

    And even in K&R-II
    Errata for The C Programming Language, Second Edition

    Any compiler mentioned here should do just fine.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #18
    Registered User
    Join Date
    Aug 2011
    Posts
    1
    I am seeking a c compiler that will work on a mac. Any suggestions?

  4. #19
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Did you not know that MAC OS-X comes with the GCC compiler?
    It's probably sitting on your hard drive, right now...

    The GNU Compiler Collection on Mac OS X Development

    Also... you stand a much better chance of getting good answers around here if you start a new thread. Especially since your question is different than the OP's question...
    Last edited by CommonTater; 08-22-2011 at 10:13 PM.

  5. #20
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Quote Originally Posted by neophyte11 View Post
    I am seeking a c compiler that will work on a mac. Any suggestions?
    Download Xcode 4 - Apple Developer

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. FILE reading in ANSI compiler
    By dmalwcc89 in forum C Programming
    Replies: 5
    Last Post: 03-10-2008, 06:34 PM
  2. Where can i download the borland 3.1 compiler?
    By lox in forum C Programming
    Replies: 5
    Last Post: 07-11-2005, 04:04 AM
  3. Turning off ANSI in compiler
    By hern in forum C Programming
    Replies: 3
    Last Post: 02-25-2004, 10:10 AM
  4. Windows C compiler download?
    By sw9830 in forum C Programming
    Replies: 4
    Last Post: 03-02-2003, 04:15 AM
  5. C++ compiler download
    By incognito in forum C++ Programming
    Replies: 5
    Last Post: 10-27-2001, 08:15 AM