Are there any freeware graphical C++ compilers

Programming, for all ages and all languages.
Post Reply
PeaceMan

Are there any freeware graphical C++ compilers

Post 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.
Tim

Re:Are there any freeware graphical C++ compilers

Post 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.
ark

Re:Are there any freeware graphical C++ compilers

Post 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.
Post Reply