Best C++ IDE or Editor for Windows

What is the best C++ IDE or editor for using on Windows? I use Notepad++, but am missing IntelliSense from Visual Studio.


Solution 1:

Um, that's because Visual Studio is the best IDE. Come back to the darkside.

Solution 2:

I've found the latest release of NetBeans, which includes C/C++ support, to be excellent.

http://www.netbeans.org/features/cpp/index.html

Solution 3:

I personally like Visual Studio combined with a third party add-in such as Visual Assist (http://www.wholetomato.com/). I've tried a few of the others and always ended up back with Visual Studio. Plus, Visual Studio is a widely used product in development industries, so having experience using it can only be a plus.

Solution 4:

The Eclipse CDT works well for me. It supports MinGW and Cygwin as targets. It also integrates well with CVS and Subversion.

The latest build, Ganymede, is available here.