Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

DevC++, Visual Studio, Ch, Vim, gedit, what else?

share|improve this question
Check this out. – INS Sep 18 '08 at 14:59
I include Windows in my Poll ;P – Abhishek Mishra Sep 18 '08 at 15:00
2  
most definitely not DevC++. It has a quick learning curve, so if you're just using it for learning it may be OK, but it hasn't been updated in years, so it's very behind the curve. – CrazyJugglerDrummer Feb 7 '10 at 16:58
but still i use dev c++. because VS 6.0 did not allow me to easily use unicode. neither dev c++. as the above commentator said it should be used by beginners. I have an utility created fully using dev c++ and is online. working perfectly. i am worried about the exe size between dev c++ and vs 2003>... – Jayapal Chandran Sep 24 '10 at 8:14

closed as not constructive by p.campbell, Bill the Lizard Sep 3 '11 at 23:17

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

28 Answers

up vote 54 down vote accepted

Definitely - Visual Studio + the following plugins installed:

Here is also a list with recommended Visual Studio extensions: http://stackoverflow.com/questions/2757357/visual-studio-2010-recommended-extensions

share|improve this answer
14  
I work in Linux. Hard to get VS working for me. – tloach Dec 3 '08 at 19:45
Yes I'm also used to Linux, gcc and stuff. But I have to say developing in VS is much more comfortable, I especially liked the graphical debugger.. You may consider developing under windows, as you can use VS and gcc there. – Nils Dec 11 '08 at 11:18
Thanks for the suggestion of VisualAssist. Giving it a dl. Looks great – Dan Revell Dec 11 '08 at 23:56
1  
VS Absolutely Rocks! The - Best - IDE - Ever! – Mehrdad Afshari Jan 3 '09 at 20:02
1  
Rockscroll is another awesome plugin for VS. – Oli Jul 12 '10 at 13:17
show 3 more comments

Windows

Visual Studio (from 2003 onwards) is the best C++ IDE for windows systems. For anything less than that version, their C++ compiler is way too broken.
But i'm using emacs anyway, since that's what I'm used to. I'm using emacs + ecb + cedet together with cl (Microsofts' compiler)

Linux

Within Linux I'm using emacs23 (font-antialiasing on) + ecb + cedet. Whether emacs/vim or eclipse is the best IDE for Linux really is a matter of taste. I'm prefering emacs, some prefer other tools.

share|improve this answer
1  
Wow, impressive. Can you post your .emacs file too? – barneytron Jan 3 '09 at 20:05
2  
imageshack deleted the image -.- – Johannes Schaub - litb Sep 26 '09 at 17:53
It's nothing really special. It's emacs itself that makes it look nicely :) It looks that way pretty much by its official release, and just installing ecb and cedet :) – Johannes Schaub - litb Oct 28 '09 at 15:12

Seems that nobody mentioned Code::Blocks.

It works equally well on Linux and Windows, has support for multiple compilers (for example on windows I use it to compile the library I'm writing with gcc, Digital Mars C, Borland C and Microsoft C++) to check if I did not came across an incompatibility).

share|improve this answer
yeah i like code blocks, after visual studio, dev & codeblocks are two ways to go – Abhishek Mishra Sep 27 '08 at 11:06
1  
Visual Studio is the clear winner for large commercial projects. But beyond that, I love the simplicity and lightweight nature of Code::Blocks. I firmly believe you should be able to compile a single source file without HAVING to set up a project. – Adam Jan 23 '09 at 3:29

Qt Creator is gaining popularity for those who like the Qt toolkit and cross-platform development! I hope they keep it unbloated in future versions...

share|improve this answer

Eclipse and the CDT (C/C++ Development Toolkit) is quickly becoming a favorite of mine. The editor could use some work, but the extensibility of Eclipse via plug-ins is a great way to "create your own" IDE...

share|improve this answer
2  
CDT is not exactly a high priority project compared to the Java support in eclipse.. – Nils Dec 11 '08 at 11:20
@MikeZ Given that I have MS visual C++ 6.0 do you recommend me to use CDT? – spartacus Dec 1 '12 at 19:57

C and C++ are of course much older than Java, and are still the languages of choice for many high-profile open-source projects. Based on that, on could guess there would be many other strong cross-platform and open-source C/C++ IDEs. You’ll find that NetBeans C/C++ Pack may be the strongest one around, however. Let’s look at some C/C++ Pack’s competitors.

DevCPP

DevCPP is very popular among Windows developers. It’s lightweight, well supported, and, like NetBeans, relies on external make tools and C/C++ compilers. Additionally, it supports a wide variety of C/C++ compilers. Though DevCPP is written using Borland Delphi, an attempt to port it to Linux (using Kylix) failed. So DevCPP is not an option for cross-platform C/C++ development.

OpenWatcom

The Watcom C/C++ compiler is cross-platform but offers no Unix support; it targets Windows and OS/2. Though not very user-friendly, it comes with an integrated debugger and a help system. It was once the compiler of choice for high-performance C/C++ applications, with its enhanced code optimizer and support for all Intel processor variants. When Sybase bought Watcom, though, the C/C++ compilers and IDEs fell into obscurity. Later the tools were released as open-source software. Nowadays, it looks like the community project is going well, but there’s still no support for Unix and Linux systems. This makes OpenWatcom essentially a Windows-only IDE and not suitable for our purposes.

Anjuta

Anjuta is based on the complete GNU toolset for C/C++ development. In addition to the tools supported by C/C++ Pack, it supports the GNU Autotools, a set of scripts that simplifies generating Makefiles for multiple operating systems and compilers. It’s also focused on GNOME development, so it provides templates for GTK, Gnome and Glade applications.

While DevCPP and OpenWatcom are Windows-only, Anjuta and KDeveloper (see next) are Unix-only. Some users have reported success running both under Cygwin, but they are still far from providing robust support for compiling and debugging native Windows applications.

For Unix developers, Anjuta provides integrated access to man pages and GNOME documentation. Its integrated debugger, like C/C++ Pack, relies on GDB. The latest releases provide integration with Glade, the Gnome visual UI builder.

KDevelop

Everything said before about Anjuta applies to KDevelop, if you just replace GTK/Glade/GNOME with Qt/QtDesigner/KDE. Anjuta and KDevelop are strong C/C++ IDEs for open-source desktops, but they don’t cut it as cross-platform IDEs.

Eclipse CDT

C/C++ development support in Eclipse is almost as old as Eclipse IDE itself, but it has not matured as fast as the support for Java. Although currently labeled as release 4.0, Eclipse CDT doesn’t provide many features beyond those in NetBeans C/C++ Pack (which is younger).

Also like NetBeans, Eclipse CDT doesn’t integrate yet with visual development tools for Gnome, KDE or Windows. It has the advantage of supporting compilers other than the GNU compilers, but this won’t be a real plus if your goal is developing cross-platform C code.

Red Hat is developing GNU Autotools and RPM generation plug-ins which, when they are released as production level, may become Eclipse CDT’s real advantage over NetBeans C/C++ Pack (at least for Unix/Linux users). On the other hand, NetBeans is the development IDE for Open Solaris, so don’t expect it to fall short in enhancements for Unix developers.

Conclusion

The only flaw one would find in C/C++ Pack, comparing it to other open-source alternatives for C/C++ development, is the lack of operating-system and third-party library documentation support in the help system. That would be also its main drawback when compared to proprietary C/C++ IDEs. But if you evaluate alternatives for cross-platform C/C++ development, the strongest (and only) competitor for NetBeans is also its main competitor in the Java space, that is, Eclipse.

share|improve this answer
Trolltech has been offering Qt4 Eclipse integration plug-in for a while. With CDT 5.0 and Qt4 Eclipse Integration 1.4 it makes a decent development environment for Qt4 C++ Applications – Imran Sep 18 '08 at 16:47
4  
How is it in such a large list you missed Code::Blocks? – Adam Jan 23 '09 at 3:30
I actually believe that promoting DevCpp or encouraging other users to use it is especially bad advice, unless of course you are one of its developers. DevCpp is by far the worst IDE I have ever used. It's so bad, I don't even know where to begin. – NlightNFotis Jul 14 '12 at 10:58
DevCpp is a really good compiler, but it hasn't been supported in a while, it is clean, lightweight and has a nice modular plugin system, just cause you dont like it doesnt make it bad. The only reason not to use it is that you aren't going to get a fix for that latest bug you find – user1294021 Sep 14 '12 at 12:32
@user1294021 really? DevCpp is a compiler? I hope you are joking... – NlightNFotis Mar 16 at 14:10
show 1 more comment

I prefer netbeans ide for C/C++ netbeans C++. You can test your code, document, use all the available plugins to enhance your productivity.

I have tried eclipse but I like netbeans more...

share|improve this answer
I've used both for Java development and the latest Eclipse was way more stable. – User1 May 29 '10 at 21:28

I'd vote for Visual Studio plus VisualAssist as an add-on.

share|improve this answer

Why do you need an IDE?

VIM is all you need for anything. Learn VIM and Makefiles and you'll be set for anything.

share|improve this answer

Bloodshead if you're looking for something simple and easy to use, and Windows

share|improve this answer
Last update was 2005. Does anyone maintain Bloodshead? – Doug T. Nov 10 '08 at 15:03
6  
It´s not maintened anymore. – Decio Lira Nov 10 '08 at 15:57
Code::Blocks is worlds better than Bloodshead ever was. And it's actively maintained! – Adam Jan 23 '09 at 3:31
If Code::Blocks doesn't require you to put system("PAUSE"); before returning from main() -- or any such unportable hack -- then it has my vote! – system PAUSE Mar 23 '09 at 22:30
@system- everyone can just use cin.get() – DMan May 4 '10 at 3:56
show 3 more comments

I have to agree with visual studio. You can get a cut down version of Visual Studio 2008 (called Express) from Microsoft for free.

share|improve this answer

Visual Studio 2008 (for good code editor)
C++Builder 2009 (for having no problems with boost and other libraries)

share|improve this answer

Visual Slickedit is really nice if you're not interested in VS.

share|improve this answer
Slickedit is probably one of the best IDEs out there for general programming work. Rumor has it that many of the folks at Microsoft used Slickedit to develop large parts of their codebase. Microsoft's 'intellisense' comes straight from SlickEdit, that's for sure. – Robert P Mar 27 '09 at 1:06

CodeLite a powerful open-source, cross platform IDE for C/C++ is the best after Visual Studio

share|improve this answer

As someone who occasionally needs to do remote *nix development using a Windows machine, I have personally found BVRDE to be incredibly useful: http://sourceforge.net/projects/bvrde/

The BVRDE is a fully integrated development environment (IDE) for remote cross-platform compiling and debugging of UNIX and LINUX console applications. BVRDE runs on a Windows platform, but compiles and debugs applications on UNIX systems.

Screenshot of BVRDE in action

share|improve this answer

One that works best for you. I don't think there is a universal IDE that will fit everyone.

If you are developing a Microsoft C++ app, Visual Studio might be the logical choice. If you are working in a *nix environment, then vim or emacs is a good bet (again, depending on your needs).

Can you tell us more about what kind of projects you are working on?

share|improve this answer

Best by what measure? This isn't a question, this is an invitation to discussion. And is "integrated" best?

Unix is the original development environment, and probably still the "best" (by my metrics). Part of its power is that it is not "integrated". But I guess you could argue that with plugins IDEs stop being integrated as well.

If your metrics are something like "lets brain-damaged programmers appear to be productive", you might want to choose something like Visual Studio or Eclipse.

share|improve this answer
1  
+1 for hinting that VS or Eclipse are for brain damaged programmers – Adam Hawes Mar 27 '09 at 1:16

A lot of people have said DevC++, and I agree this is one of the best IDEs, but it has some bugs and nobody is working on updating it at the moment. For that reason, I usually use wxDevC++, which was designed for use of wxWidgets, but they also managed to fix some of the bugs in DevC++.

share|improve this answer
A lot of people who learn C++ using Dev-C++ will also, unfortunately, acquire the ridiculous habit of putting system("PAUSE"); at the end of their programs. This is unportable and an absurd coding practice. – system PAUSE Mar 23 '09 at 22:28

I'm fond of KDevelop. Has worked well for me in the past.

Visual Studio is better in a lot of ways, but it's big, slow and not free - neither free as in freedom nor as in beer (yes, I'm aware of Express, which is good for many things; however it does lack some features such as OpenMP and a 64-bit compiler, whereas KDevelop isn't crippleware). I use VS when work is paying for it, but I'm not willing to spend that much of my own money on it.

share|improve this answer

Under Windows, I'd suggest Visual Studio Express. Free and the feature set (especially the excellent debugger) can't be beat.

share|improve this answer

The Zeus IDE.

alt text

share|improve this answer

I used Eclipse a loot for developing C++ on linux, however i switched to gvim a while ago and found it to be really satisfying.

share|improve this answer

here are your opensource choices that might be as fast as Bloodshed...:

CodeBlocks (Opensource, still ongoing development)
Relo IDE
CodeLite

share|improve this answer

I am surprised none recommended Source Insight . It is an excellent Source Browser and very easy to use Source Editor.

share|improve this answer

Visual Studio/C++ simply because its on a very short list of systems with edit-and-continue.

share|improve this answer

I use

share|improve this answer

My favourite IDE for c++ is kdevelop.

Instead of just parsing the code kdevelop really try to understand your code, so the autocompletion get's far beyond other projects from my perspective.

it's definitive worth to check out once.

share|improve this answer

protected by Justin Ethier Sep 3 '11 at 20:53

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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