vote up 1 vote down star

Duplicate:

C/C++ IDE for Windows

What are the best ones and why


Related:

flag

45% accept rate
2  
How often has this been asked already on SO? – lothar May 5 at 2:31

closed as exact duplicate by ojblass, Bill the Lizard, paxdiablo, Mr Fooz, dmckee May 5 at 2:47

7 Answers

vote up 3 vote down

Visual Studio 2008 (Visual C++): common language runtime, intellisense, generally very productivity-conducive

link|flag
vote up 1 vote down

I like bloodshed's Dev-C++ since it uses gcc as the compiler and isn't too much of a headache with workspaces and projects. It's effective and not intrusive. Though now I prefer vim, it's arguable if that's an IDE.

link|flag
vote up 1 vote down

I really like Bloodshed because it spares you from having to worry about setting up the Mingw or GCC compiler.

Also Netbeans has a great IDE for C/C++, though I've not used it too extensively..

link|flag
vote up 1 vote down

Please don't suggest Bloodshed DevC++. Their last update was on 2005-2-22, about 4 years ago.

CodeBlocks is more recent.

link|flag
vote up 0 vote down

It depends what you're used to. You can just use Cygwin emacs and the GNU toolchain, or if you want something fancier, use something like Bloodshed DevC++ or CodeBlocks.

link|flag
vote up 0 vote down

Aye, +1 for Visual Studio esp. for Intellisense.

link|flag
vote up 0 vote down

I've got to think that Visual Studio would be the (relatively) obvious choice.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.