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.

Minimalist C++ Compilers [SOLVED]

Sir CarcassSir Carcass I have been shown the end of my worldRound Rock, TXRegistered User regular
edited May 2009 in Help / Advice Forum
Are there any good minimalist C++ compilers (for Windows) out there that someone can recommend? By minimalist I mean nothing fancy, no IDE, just a command line compiler, preferably that doesn't require installation. I see MinGW, but it looks like it requires installation of several things.

Sir Carcass on

Posts

  • admanbadmanb unionize your workplace Seattle, WARegistered User regular
    edited May 2009
    gcc?

    admanb on
  • Sir CarcassSir Carcass I have been shown the end of my world Round Rock, TXRegistered User regular
    edited May 2009
    I can't find a version of gcc that doesn't require Linux or installation of something. Am I missing something?

    Sir Carcass on
  • VThornheartVThornheart Registered User regular
    edited May 2009
    Ah, try installing Cygwin (www.cygwin.com).

    It provides a pseudo-Bash shell, but also comes with things like gcc that work with Windows.

    Does that work for your purposes?

    VThornheart on
    3DS Friend Code: 1950-8938-9095
  • Sir CarcassSir Carcass I have been shown the end of my world Round Rock, TXRegistered User regular
    edited May 2009
    Ah, try installing Cygwin (www.cygwin.com).

    It provides a pseudo-Bash shell, but also comes with things like gcc that work with Windows.

    Does that work for your purposes?

    Not really, unless Cygwin has changed since I last used it years ago (required a large installation).

    Sir Carcass on
  • KlorgnumKlorgnum Registered User regular
    edited May 2009
    Give MinGW a try.
    http://www.mingw.org/
    It's a windows port of GCC.

    Klorgnum on
  • Sir CarcassSir Carcass I have been shown the end of my world Round Rock, TXRegistered User regular
    edited May 2009
    Alright, I think MinGW will work after all. I guess this can be locked now.

    Thanks for the replies.

    Sir Carcass on
Sign In or Register to comment.