Thread: best c compiler?

  1. #1
    Registered User
    Join Date
    Aug 2002
    Posts
    1

    best c compiler?

    what's the best c compiler and what compiler do you
    guys use? thanks!

  2. #2
    Registered User
    Join Date
    Aug 2002
    Posts
    21
    I've been using the turbo c compiler for DOS so far... It looks to be version 2.01.... oy from 1988!! sheesh

  3. #3
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Nearly any compiler will do. Any 32bit compiler should be fine. It all depends on what you mean by "best compiler". Most of the time, if you're buying a compiler, you really aren't actually "buying a compiler". Rather, you're buying a package of tools that come with a compiler. Debuggers, IDE, etc etc.

    You also don't say what OS you are running on. If you require Windows, there are many options. If you're running a unix or linux variety, the chances are you already have a compiler on your computer.

    In Windows, I prefer MSVC++ for it's handy IDE and the MSDN. In Linux, GCC is just fine.

    Quzah.
    Hope is the first step on the road to disappointment.

  4. #4
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    I don't know what is the best C compiler, if there is any. I'm using GCC a lot and it fits my needs.

  5. #5
    Addicted to the Internet netboy's Avatar
    Join Date
    Dec 2001
    Posts
    158
    GCC rules!!!
    It's unfulfilled dreams that keep you alive.

    //netboy

  6. #6
    Registered User datainjector's Avatar
    Join Date
    Mar 2002
    Posts
    356

    den-c++ is good

    I use dev-c++ its has a good IDE and a nice compiler (Cygwin is the compiler) and the best part its for free...You can download it from http://www.bloodshed.net

    DJGPP is also good use rhide as its IDE and the compiler used for it is gcc which is famouse among unix programmers.And yeah if u like graphics give allegro a try which u can download when from DJGPP wed site.....You can download the compiler from http://www.delorie.com/djgpp/

    but i recommend dev-c++ ..
    "I wish i could wish my wishs away"

    "By indirections find directions out" -- William Shakespears

    "Do what thou wilt shall be the whole of the law" -- Crowley "THE BEAST 666"

    Mizra -> love = Death...
    RDB(Rocks yooo)..

    http://www.cbeginnersunited.com

    Are you ready for the Trix ???

  7. #7
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  8. #8
    Unregistered
    Guest
    DJGPP using TextPad as the IDE.

  9. #9
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    DJGPP with RHIDE as the IDE works great too (what's textpad like?)

  10. #10
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    gcc has many, many tools for my disposal. it's practically the center of the open source movement, and therefore receives the attention, and bug-fixing, that that position warrants.

    i'm not saying other compilers are worse. i think mvc++ and borland produce smaller executables. when you get to the meat of it all, all compilers are equal, give or take a flush(stdin) here, and a few extra bytes there.

  11. #11
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    gcc for Linux, MSVC++ for Windows... both are excellent... but MSVC++ far outweights gcc because of the IDE, I feel.
    EntropySink. You know you have to click it.

  12. #12
    Registered User moi's Avatar
    Join Date
    Jul 2002
    Posts
    946
    Originally posted by ober5861
    gcc for Linux, MSVC++ for Windows... both are excellent... but MSVC++ far outweights gcc because of the IDE, I feel.
    gcc isn't meant to be an enviornment, it's just a compiler. you're doing the whole apples-oranges thing.
    hello, internet!

  13. #13
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    MSVC++ is not a C compiler, it is a C++ compiler. The best C compiler that I know of is gcc. If you want an IDE for gcc that resembles the MSVC++ IDE than use KDevelop 2.1. These tools are part of the Linux installation.

  14. #14
    Registered User moi's Avatar
    Join Date
    Jul 2002
    Posts
    946
    Originally posted by Troll_King
    MSVC++ is not a C compiler, it is a C++ compiler. The best C compiler that I know of is gcc. If you want an IDE for gcc that resembles the MSVC++ IDE than use KDevelop 2.1. These tools are part of the Linux installation.
    MSVC++ compiles C fine
    hello, internet!

  15. #15
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    Originally posted by moi


    MSVC++ compiles C fine
    Not Standard C, but anyway lets not make a big deal out of this.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  2. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  3. I can't get this new compiler to work.
    By Loduwijk in forum C++ Programming
    Replies: 7
    Last Post: 03-29-2006, 06:42 AM
  4. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM
  5. Bad code or bad compiler?
    By musayume in forum C Programming
    Replies: 3
    Last Post: 10-22-2001, 09:08 PM