Page 1 of 1

Are there any freeware graphical C++ compilers

Posted: Tue Jun 24, 2003 9:06 am
by PeaceMan
I was just wondering if there were any freeware C++ compilers that can be used to make Windows programs
because Visual C++.net won't run on my Windows ME system so I need a replacement until I get a new PC.

Re:Are there any freeware graphical C++ compilers

Posted: Tue Jun 24, 2003 10:13 am
by Tim
Cygwin: http://www.cygwin.com/

See also Mingw32, LCC.

If you get hold of a copy of the latest Windows DDK, you'll find that it comes with a copy of the Microsoft compiler -- no IDE, just the command-line tools.

Re:Are there any freeware graphical C++ compilers

Posted: Tue Jun 24, 2003 3:28 pm
by ark
Bloodshed software (www.bloodshed.net) also has Dev-C++, which is a freeware IDE. I think it uses mingw32 as its compiler, if I'm not mistaken.