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

free c compiler?

Options
  • 24-10-2002 11:13pm
    #1
    Closed Accounts Posts: 752 ✭✭✭


    hey guys
    im looking for a free windows C compiler for college so i can practice programming at home
    thanks :)


Comments

  • Closed Accounts Posts: 190 ✭✭Gargoyle


    Borland has a free C++ compiler (command line). You have to fill out some stuff to get the Borland compiler but it is a great compiler for windows. You can use an IDE with it like V IDE (also free) that supports borland.

    http://www.borland.com/products/downloads/download_cbuilder.html

    http://www.objectcentral.com/vide.htm


    There's also the bloodshed devcpp which uses a MinGW port of gcc for Windows. This is a nice compiler if you're worried about having your code compile for a linux (or other unix) machine since its based on gcc.

    www.bloodshed.net


  • Closed Accounts Posts: 5,564 ✭✭✭Typedef


    Hmm I'm thinking for your rights of passage http://www.rhide.com/ if you plan to get your hands dirty C and asm programming then you may as well start early... if that makes any kind of sense.

    Else install Linux, if you are a half interested in computers you will probably end up doing that anyway.


  • Closed Accounts Posts: 752 ✭✭✭Lorax


    Hmm I'm thinking for your rights of passage http://www.rhide.com/ if you plan to get your hands dirty C and asm programming then you may as well start early... if that makes any kind of sense.
    well i just started computer science and were learning C, we dont start asm until 2nd year i think

    Gargoyle
    im download the bloodshed devc++ i just hope it compiles regular c programs ok :)


  • Closed Accounts Posts: 14,483 ✭✭✭✭daveirl


    This post has been deleted.


  • Closed Accounts Posts: 752 ✭✭✭Lorax


    i thought C and C++ were different languages

    btw the compiler is really really good for a free 1 ;)


  • Advertisement
  • Registered Users Posts: 2,277 ✭✭✭DiscoStu


    they are, c++ is a superset of c. almost everything that works in c works in c++


  • Closed Accounts Posts: 14,483 ✭✭✭✭daveirl


    This post has been deleted.


  • Moderators, Technology & Internet Moderators Posts: 1,334 Mod ✭✭✭✭croo


    While it's probably most popular as a Java IDE I'm pretty sure you can use eclipse (on linux or windows) as an IDE for C++ too!
    I'm not sure what compiler it uses on windows by default but I assume it's GCC.


  • Registered Users Posts: 1,481 ✭✭✭satchmo


    If you're programming C or C++, do yourself a favour and use Visual Studio Express.


  • Registered Users Posts: 40,038 ✭✭✭✭Sparks


    Um, guys? Zombie thread (as in, last post was in 2002....)


  • Advertisement
This discussion has been closed.
Advertisement