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.

I need a command line C++ compiler.

SamuraiRockSamuraiRock Registered User regular
edited July 2007 in Help / Advice Forum
Pretty self explanatory. My course has provided one but I've determined it doesn't work under Vista (probably because it's a copy of some file from the University of Colorado in 1995.)

So yeah, I need a command line c++ compiler that works in Vista. I don't want an IDE. I want to be able to whip open a command prompt in the folder with my makefile, type make, and voila. Why can't I find one :( Any suggestions appreciated :)

SamuraiRock on

Posts

  • LewishamLewisham Registered User regular
    edited July 2007
    http://www.mingw.org/

    or

    http://www.cygwin.org/

    If you want to do C++ work a lot though, I would seriously recommend just installing a Linux distribution.

    Lewisham on
  • mrcheesypantsmrcheesypants Registered User regular
    edited July 2007
    Why not some good ole fashioned GCC?

    http://gcc.gnu.org/

    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.
  • LoneIgadzraLoneIgadzra Registered User regular
    edited July 2007
    Why not some good ole fashioned GCC?

    http://gcc.gnu.org/

    That's what mingw and cygwin are.

    I went with cygwin myself, since mingw is distributed using the "link to directory full of hundreds files on an ftp server" method, which makes it a tad difficult to figure out how to download, though it is the more minimal of the two options, IIRC.

    Cygwin's pretty neat - you run the installer, and then when you run the cygwin program you get a nice Unix command line, complete with gcc and so forth.

    LoneIgadzra on
Sign In or Register to comment.