Thread: what is the best compiler for C??

  1. #1
    Banned
    Join Date
    Oct 2008
    Posts
    1,535

    what is the best compiler for C??

    what do you recommend

    ??

  2. #2
    Technical Lead QuantumPete's Avatar
    Join Date
    Aug 2007
    Location
    London, UK
    Posts
    894
    Try gcc, it's available on both UNIX and Windows.

    QuantumPete
    "No-one else has reported this problem, you're either crazy or a liar" - Dogbert Technical Support
    "Have you tried turning it off and on again?" - The IT Crowd

  3. #3
    Banned
    Join Date
    Oct 2008
    Posts
    1,535
    thanks

  4. #4
    Banned
    Join Date
    Oct 2008
    Posts
    1,535
    i found a version of gcc:

    Latest gcw.0.0.1 Notes (2001-09-18 21:00)


    is there any new version ??

    and i cant run it

    i have only a
    gcw.bat file

    i double click it
    nothing happens
    Last edited by transgalactic2; 10-06-2008 at 09:30 AM.

  5. #5
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  6. #6
    Banned
    Join Date
    Oct 2008
    Posts
    1,535
    i look for a compiler like eclipse in java

    which is free and not too much complicated

  7. #7
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Also, specifically for what OS are you looking for a compiler for?
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  8. #8
    Banned
    Join Date
    Oct 2008
    Posts
    1,535
    i get files like tar and gz

    which are for linux

  9. #9
    Banned
    Join Date
    Oct 2008
    Posts
    1,535
    i am looking for winXp OS

  10. #10
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    I think "I'm looking for something like Eclipse for Java" indicates that you are not looking for a compiler, but for an IDE. In which case you may want to just use the C-extension for Eclipse and use gcc-mingw (gcc-mingw is a "Minimal Windows" implementation of gcc), or use Code::Blocks - which, if you pick the right package, comes with gcc-mingw included.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  11. #11
    Banned
    Join Date
    Oct 2008
    Posts
    1,535
    i ment a double click>> place where i can write code menu
    and debugger

    i dont want object oriented stuff like in java

  12. #12
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    Well, you're not going to get much object oriented stuff in C. What does that have to do with what program you use to type your code in? (Hint: none.)

  13. #13
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Quote Originally Posted by transgalactic2 View Post
    i ment a double click>> place where i can write code menu
    and debugger

    i dont want object oriented stuff like in java
    IDE stands for "Integrated Developer Environment", which usually means a combination of Editor, Compiler, Debugger and other tools that you need to develop applications. Code::Blocks may say that it is for C++, but it works very well for C as well (or so I've been told, I personally use Visual Studio on my home machine [or for simple stuff, I use Emacs and gcc], and a Eclipse-related C++ environment for embedded cross-development at work).

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  14. #14
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Visual Studio is a good one.
    It's an editor, compiler and debugger in one package.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  15. #15
    Registered User
    Join Date
    Sep 2008
    Posts
    42
    Visual C++ 2008 Express. works for C. It's free.

    http://www.microsoft.com/express/vc/

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  2. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  3. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  4. 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
  5. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM