Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

i'm new help!!

Options
  • 15-05-2002 7:13pm
    #1
    Closed Accounts Posts: 1,136 ✭✭✭


    i need to know whats a good C compiler ? :)


Comments

  • Registered Users Posts: 344 ✭✭DC


    Use linux and you'll have a choice of several heavy duty C compilers including GNU C. All are free of course.....

    All linux distributions have at least 1 C compiler you can opt to install with the OS. Usually you can just use gcc command straight away.

    And linux/unix and C are kinda made for each other.


  • Registered Users Posts: 347 ✭✭Static


    Yeah, GCC is a good compiler for unix/linux.

    http://www.gnu.org/software/gcc/gcc.html

    and should come with most distros, along with lots
    of debuggers etc.

    Try either Visual C++ for windows, or for one on
    a lesser budget, Cygwin...

    http://www.cygwin.com/


  • Closed Accounts Posts: 76 ✭✭photty


    Win32 GCC clone DJGPP is excellent. Comes with all the good make stuff too.

    http://www.delorie.com/djgpp/

    It's the daddy


  • Closed Accounts Posts: 61 ✭✭wish


    Now all the above are good
    but rather than using djgpp I would recomend that you use
    www.MinGW.org


Advertisement