Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

c compiler

  • 26-04-2009 10:40AM
    #1
    Closed Accounts Posts: 256 ✭✭


    hi all,
    i'm trying to learn the c language for a college course but haven't been able to find a compiler i can use at home. can anyone tell me where i can download one that works? tried borland but it downloads & then does nothing. thanks for any help.


Comments

  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    gcc?


  • Registered Users, Registered Users 2 Posts: 1,181 ✭✭✭ronkmonster


    what do you mean it does nothing? it doesn't compile code files or doesn't have a nice ide to work in. try this Dev++ http://www.bloodshed.net/devcpp.html

    its a c and c++ ide.


  • Closed Accounts Posts: 256 ✭✭cactus jack


    as in it goes through as if it's installing but all it does is create folders but no program to work with.
    thanks for the 2 links i'll try them out later today.


  • Hosted Moderators Posts: 7,486 ✭✭✭Red Alert


    Try the Dev-C++ IDE as another poster mentioned - Eclipse is also good but may be too complex if you're a beginner.

    What compilers (if any) are you using in the lab in college?


  • Registered Users, Registered Users 2 Posts: 9,579 ✭✭✭Webmonkey


    Red Alert wrote: »
    Try the Dev-C++ IDE as another poster mentioned - Eclipse is also good but may be too complex if you're a beginner.

    What compilers (if any) are you using in the lab in college?
    DevCPP is no longer supported and a bit buggy at times.

    Code::Blocks is the newest one around using MinGW - might as well start off with this. It is very good.

    http://www.codeblocks.org/ - have fun.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 7,182 ✭✭✭Genghiz Cohen


    Visual C++ Express Edition.
    Link


  • Registered Users, Registered Users 2 Posts: 2,013 ✭✭✭SirLemonhead


    Webmonkey wrote: »
    DevCPP is no longer supported and a bit buggy at times.

    Code::Blocks is the newest one around using MinGW - might as well start off with this. It is very good.

    http://www.codeblocks.org/ - have fun.

    :) I wish people would stop recommending Dev C++


  • Moderators, Regional East Moderators Posts: 21,504 Mod ✭✭✭✭Agent Smith


    Try turboC++


    very basic, but it does the job


  • Registered Users, Registered Users 2 Posts: 205 ✭✭Stugots


    KDevelop with gcc - free and open source. I haven't used it under windows, but no problems under Linux. Interface is not as smooth as Eclipse, but its easier to get up and running quickly with it.


  • Closed Accounts Posts: 256 ✭✭cactus jack


    was using the visual c++ express edition in college the other day, very easy to use. but downlaoded it at home & can't find the option to build & then run the exe created file. is there something i'm missing?


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 9,579 ✭✭✭Webmonkey


    Strange, did you try pressing F5. However, you should still see the option in the menu.


  • Closed Accounts Posts: 256 ✭✭cactus jack


    tried it but nothing, before it was into tools then build & run exe file but there's nothing there now


  • Closed Accounts Posts: 5,482 ✭✭✭Kidchameleon


    Hi,

    Visual C++ Express available free from Microsoft.com will compile all C programs and its free!!!


  • Closed Accounts Posts: 256 ✭✭cactus jack


    that's the program i used in college, but when i downloaded it the build & run options seem to have disappeared


  • Registered Users, Registered Users 2 Posts: 9,579 ✭✭✭Webmonkey


    Can you throw up a screen shot because that is a very strange problem. I have never seen actual menu's dissapear, whatever about tool bars.


  • Registered Users, Registered Users 2, Paid Member Posts: 3,519 ✭✭✭ethernet


    was using the visual c++ express edition in college the other day, very easy to use. but downlaoded it at home & can't find the option to build & then run the exe created file. is there something i'm missing?
    Did you definitely create a console application when creating the new project?

    It's been over a year but F5 should do it (or ctrl + F5 comes into my head for some reason).


  • Registered Users, Registered Users 2 Posts: 163 ✭✭stephenlane80


    you can use gcc with cygwin on windows or nativly on *nix


  • Registered Users, Registered Users 2 Posts: 9,579 ✭✭✭Webmonkey


    you can use gcc with cygwin on windows or nativly on *nix
    Or even beter, MinGW


  • Registered Users, Registered Users 2 Posts: 32,461 ✭✭✭✭watty


    SharpDevelop is good. I find gcc and cygwin a pain to set up on windows. It's easier to use a free VMplayer, install ububntu or debian on it and use GCc on that.

    You can also use gcc NATIVELY with Windows as long as you only doing console and not X programming. MS Unix Services for Windows. Add the right 3rd party Xserver and you can run local or remote linux/unix apps seemlessly in Explorer. But since using VMware + Debian I'd never go bback to either of those solutions.,


  • Registered Users, Registered Users 2 Posts: 7,182 ✭✭✭Genghiz Cohen


    Note, if you are in a supported college, Microsofts DreamSpark will allow you to download professional editions of Visual studio 05/08 XNA3 and such for free.


  • Advertisement
Advertisement