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 CarcassI have been shown the end of my worldRound Rock, TXRegistered Userregular
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
0
Posts
admanbunionize your workplaceSeattle, WARegistered Userregular
Posts
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).
http://www.mingw.org/
It's a windows port of GCC.
Thanks for the replies.