Duplicate:
C/C++ IDE for Windows
What are the best ones and why
Related:
|
|
Duplicate: C/C++ IDE for Windows What are the best ones and why Related:
|
||||
|
closed as exact duplicate by ojblass, Bill the Lizard♦, paxdiablo, Mr Fooz, dmckee May 5 at 2:47 |
|
|
Visual Studio 2008 (Visual C++): common language runtime, intellisense, generally very productivity-conducive |
||
|
|
|
|
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. |
||
|
|
|
|
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.. |
||
|
|
|
|
Please don't suggest Bloodshed DevC++. Their last update was on 2005-2-22, about 4 years ago. CodeBlocks is more recent. |
||
|
|
|
|
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. |
||
|
|
|
|
Aye, +1 for Visual Studio esp. for Intellisense. |
||
|
|
|
|
I've got to think that Visual Studio would be the (relatively) obvious choice. |
||
|
|