The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.

C++ Compiler DONE

Mmmm... Cocks...Mmmm... Cocks... Registered User regular
edited January 2007 in Help / Advice Forum
So I started a basic computer course at college.

Well, I thought it was just basic stuff, turns out it's a C++ course. The computers at the school have MS Visual Studio or something of that nature. I commute so I'm looking for a decent free ware compiler that I can use at home to do my projects on.

I was thinking I'd just grab one off download.com or google but I remember at one point we had a whole thread on C++ problems so I figured I'd ask around.

Thanks guys. :)

Mmmm... Cocks... on

Posts

  • FyreWulffFyreWulff YouRegistered User, ClubPA regular
    edited January 2007
    You could grab the Express version.

    http://msdn.microsoft.com/vstudio/express/

    You can also download Borland's compiler for free, but beware that it's command-line only.

    FyreWulff on
  • mrcheesypantsmrcheesypants Registered User regular
    edited January 2007
    Dev-C++ is the one I use. You might want to use Visual C++ Express though.

    mrcheesypants on
    Diamond Code: 2706 8089 2710
    Oh god. When I was younger, me and my friends wanted to burn the Harry Potter books.

    Then I moved to Georgia.
  • clsCorwinclsCorwin Registered User regular
    edited January 2007
    Visual C++ Express edition is free to download. Its what I use. =)

    Here: http://msdn.microsoft.com/vstudio/express/visualc/download/

    clsCorwin on
  • mrcheesypantsmrcheesypants Registered User regular
    edited January 2007
    You know it just occurred to me that I don't know why I use Dev-C++ instead of Visual C++ express. I'm going to switch compilers.

    mrcheesypants on
    Diamond Code: 2706 8089 2710
    Oh god. When I was younger, me and my friends wanted to burn the Harry Potter books.

    Then I moved to Georgia.
  • Jimmy KingJimmy King Registered User regular
    edited January 2007
    I'm going to have to third VC++ Express. That's going to be the closest to what your school has without spending the money on a full VC++ or VS.

    Alternatively, if you want to, your school may provide a discounted version of VC++ or VS. Back when I went to school the first time I picked up JBuilder 2 Pro for $100 in the school book store. No differences that I can remember between it and the $500+ non-student edition.

    Jimmy King on
  • Mmmm... Cocks...Mmmm... Cocks... Registered User regular
    edited January 2007
    Oh wow - that was quick.

    I guess I'll stick with the express version. I have no money other wise.
    Guess it'll be just like the school one nearly as well.

    Thanks guys. :)

    Mmmm... Cocks... on
  • His CorkinessHis Corkiness Registered User regular
    edited January 2007
    If your school does use Visual Studio, it's a very good idea to use it at home as well. Otherwise you'll have to go through the trouble of recreating projects in your other compiler, using a different UI, making sure your compiler supports everything you've used at school, etc.

    His Corkiness on
Sign In or Register to comment.