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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

i'm new help!!

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


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


Comments

  • Registered Users, Registered Users 2 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, Registered Users 2 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