Thread: C compilers

  1. #1
    Rah
    Guest

    C compilers

    What is a good C compiler?

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    One that compiles code correctly and generates appropriate warnings and error messages. A really good compiler is one that corrects your coding errors as part of the pre-compile routine, but they're not perfected yet.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    Rah
    Guest
    An example ?

  4. #4
    Registered User
    Join Date
    Apr 2003
    Posts
    23
    What do you mean by "good" compiler? "good" as in it doesn't delete your file quitely? Auto-type your code while you're asleep? It's free?

    Cheers
    Merc

  5. #5
    ! |-| /-\ +3 1337 Yawgmoth's Avatar
    Join Date
    Dec 2002
    Posts
    187
    A "good" compiler is a matter of opinion, but I'm sure there are qualitties almost anyone would want in a compiler.
    L33t sp3@k sux0rz (uZ it t@k3s 10 m1|\|ut3s 2 tr@nzl@te 1 \/\/0rd & th3n j00 h@\/3 2 g3t p@$t d@ m1zpelli|\|gz, @tr0(i0u$ gr@mm@r @|\|d 1n(0/\/\pr3#3|\|$1bl3 $l@|\|g. 1t p\/\/33nz j00!!

    Speling is my faverit sujekt

    I am a signature virus. Add me to your signature so that I may multiply.

  6. #6
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    Which OS are you using?

    Take a look here:
    http://www.delorie.com/djgpp/
    http://www.thefreecountry.com/

  7. #7
    Registered User Dev's Avatar
    Join Date
    Mar 2003
    Posts
    59
    Probably you may be looking for some IDE.

    An IDE is different from the compiler. And IDE is not a compiler.

    If you want good IDE for Windows programming than in free things Dev C++ is good and the IDE that comes with LCC compiler is good.

    In *Nix you can use KDevelop or search the web for it.

    Among compilers for Windows programming the best compiler is Borland C++. (Borland C++ 5.5 free command line tools)

    And for *Nix , No option Gcc is best.

  8. #8
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    > Probably you may be looking for some IDE.
    > Dev C++ (..) Borland C++.

    He was looking for a compiler, probably a C compiler since he is posting this in the C board.

    There are some good code-editors around like ConTEXT or Crimson Editor. Such code-editors are language independent and can be connected with several compilers and usually have support for several languages. Very usefull if you have for example two C compilers or develop using more than one language.

  9. #9
    Registered User Dev's Avatar
    Join Date
    Mar 2003
    Posts
    59
    Just thought that he may be looking for an IDE. As many people who are new to programming dont know difference between compiler and IDE. This may or may not be the case with this post.

    But who knows what is needed by whom.

  10. #10
    Registered User
    Join Date
    Apr 2003
    Posts
    23
    If you're using gcc, download rhide as well, it's the best IDE that goes with gcc
    Merc

  11. #11
    ! |-| /-\ +3 1337 Yawgmoth's Avatar
    Join Date
    Dec 2002
    Posts
    187
    IMO, Dev-C++ is the best IDE.
    L33t sp3@k sux0rz (uZ it t@k3s 10 m1|\|ut3s 2 tr@nzl@te 1 \/\/0rd & th3n j00 h@\/3 2 g3t p@$t d@ m1zpelli|\|gz, @tr0(i0u$ gr@mm@r @|\|d 1n(0/\/\pr3#3|\|$1bl3 $l@|\|g. 1t p\/\/33nz j00!!

    Speling is my faverit sujekt

    I am a signature virus. Add me to your signature so that I may multiply.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ Builder Comparison
    By ryanlcs in forum Tech Board
    Replies: 14
    Last Post: 08-20-2006, 09:56 AM
  2. Is It Possible To Install Multiple Compilers?
    By mishna_toreh in forum C Programming
    Replies: 3
    Last Post: 05-13-2005, 07:32 AM
  3. Compilers for Windows
    By LegendsEnd in forum Windows Programming
    Replies: 2
    Last Post: 03-26-2004, 08:03 AM
  4. Compilers, Compilers, Compilers
    By Stan100 in forum C++ Programming
    Replies: 11
    Last Post: 11-08-2002, 04:21 PM
  5. target OS compilers
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 07-01-2002, 11:08 AM