Anyone know where i can get a free c++ compiler for windows?

Bloodshed Dev-C++ (an IDE which comes with the MinGW compiler)

MS Visual C++ 2005 Express Beta 2 (yes, the Beta is free)

Or you could download gcc and compile it on the command line.

Hope I've helped.
 
Visual Studio 2005 Beta 2 is probably the best option, cause with that you don't just get a compiler you get an Interface to fiddle with it on. And can practice some stuff with C++.NET.

Linkie
 
As mentioned above, i'd use Bloodshed Dev. C++ compiler. I've used it for over a year and i really like it alot.
 
Back
Top Bottom