: : :
http://msdn.microsoft.com/vstudio/express/visualc/
: : :
: :
: : Borland Builder:
http://www.turboexplorer.com
: : Dev C++:
http://www.bloodshed.net/dev/devcpp.html
: :
: :
: :
:
: Huh? Nobody has mentioned gcc by it's self?
http://gcc.gnu.org/ It's like the standard c++ compiler, besides being open source and free. And you don't have to fill you computer with the tons of junk that comes with visual studio and other IDE's. I'm not against large IDE's, but they can really make things look complicated, especially for someone that is just starting c++.
:
: If you want an IDE, I would recommend eclipse and the CDT plugin.
:
: Eclipse:
http://www.eclipse.org/
: CDT:
http://www.eclipse.org/cdt/index.php
:
:
Gcc is almost only possix compilant, and therefore can't run on Windows...
The port is called mingw and comes with the dev C++ compiler.