What is the best C++ IDE or editor for using on Windows? I use Notepad++, but am missing IntelliSense from Visual Studio.
|
locked by Bill the Lizard♦ Mar 31 '12 at 23:41
This question exists because it has historical significance, but it is not considered a good, on-topic question for this site, so please do not use it as evidence that you can ask similar questions here. This question and its answers are frozen and cannot be changed. More info: FAQ.
|
I've found the latest release of NetBeans, which includes C/C++ support, to be excellent. |
||||
|
|
|
Um, that's because Visual Studio is the best IDE. Come back to the darkside. |
|||||||||||||||||||||
|
|
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. |
|||||
|
|
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. |
|||||||||
|
|
There are the free "Express" versions of Visual Studio. Given that you like Visual Studio and that the "Express" editions are free, there is no reason to use any other editor. |
|||||||||||||
|
|
I vote for Visual Studio, but it seems that C++ is treated like second class citizen (not the compiler and stuff but IDE support) compared to .NET languages like C#, but hopefully MS will do something about it by the next version of Visual Studio (new standard is coming and they promised that 10 should be new 6). |
|||||
|
|
VIsual studio is by far the best IDE but you can also take a look at Code::Blocks |
||||
|
|
|
I prefer to use Microsoft Visual C++ express on windows. Though the 2008 ide is fine, the 2005 express has better support for many of the open projects which you might want to participate in. It's a pain to compile Firefox or a half life 2 mod on 2008. Also as a general tip when looking for software, I like to search wikipedia for "comparison of " In this case you would search comparison of Integrated Development Environments. Hope that was helpful. |
||||
|
|
|
If you are interested in doing Qt development, then Qt Creator works fine and is free. |
|||||
|
|
I think the debugger in Visual Studio (Express) is the killer thing that prevents me from using another IDE. |
||||
|
|
|
Visual Studio + Visual Assist X (http://www.wholetomato.com/) |
||||
|
|
|
There are some features in an IDE that are so transformative that you don't know how you lived without them. Integrated help was one. IntelliSense-like functionality was another. VS 6.0's Debug and Continue was absolutely killer. Visual Studio kicked butt for quite a while. Not bad, given the awful NeXTstep rip-off it all started as. (Or is it that memories of NeXTstep has faded until VS seems okay?) Sure, there are much better EDITORS that VS, but as a complete package for Win32 development nothing seems to come close. There are free Express editions now, but they seem pretty crippled. I am quite enjoying Eclipse under Linux (and derivatives of it on Windows used in some FPGA vendor toolchains). I -really- don't like the lack of integrated MSDN-style help, though. I think it's basically down to those two choices. |
|||||||||
|
|
Emacs. Xemacs works fine under Windows. For using it as an IDE, I recommend running it under Cygwin. |
|||||
|
|
The Zeus editor has support for C/C++ and it also has a form of intellisensing. It does its intellisensing using the tags information produced by ctags:
|
||||
|
|
|
Visual studio is the most up to date and probably "best" free ide. Dev C++ is a little dated, and mingw doesn't compile most of boost, (except regex). Most of the other compilers are dated and fading, like mars and borland. But you can use whatever you like! |
|||||
|
|
One that hasn't been mentioned is CodeLite, a powerful open-source, cross platform IDE. It has code completion amongst other features. |
||||
|
|
|
I will quote myself from this question: http://stackoverflow.com/questions/780837/what-is-a-good-linux-ide-for-code-completion/917854#917854
My response is for Qt4 development only. Be warned. |
||||
|
|
|
SlickEdit is very cool, and does support something like intellisense. At my current company I now use Visual Studio, and I've mostly gotten used to it - but there are still some SlickEdit features I miss. |
||||
|
|
|
As a complete all-in one package, Visual Studio 2008 is the best IDE for C++ development with Windows |
||||
|
|
|
Visual studio is great, but there are few tricks you can enhance it with. SonicFileFinder is one - helps you to search source files by partial match. You can map solution-tree to Alt+1, partial filename search to alt+2, and properties-window to alt+3. These are the three most used windows. Another great tool that is ofter misunderstood is ctrl+shift+F shortcut for searching file contents. People dont use because it's so slow, but my advice is - deal with it. Searching the whole solution (or even all files in project folder) is only slow the first time you use it. Consequitive searches are as fast as jump-to-definition-feature. |
||||
|
|
|
I've tried SlickEdit, Notepad++, emacs, jEdit and Visual Studio. VS wins hands-down for Best Windows IDE. jEdit is probably the best GUI cross-platform editor/almost-IDE, and emacs is probably the best terminal cross-platform editor/almost-IDE. The advantage with using these is that when you jump to a Mac or Linux box, you know how they work. I tried Eclipse, but it ran like a no-legged dog it was so slow, so I didn't use it much. Maybe tech is better now, but eh. |
||||
|
|
|
With Intellisense, code folding, edit and continue, and a whole host of other features, Visual Studio is certainly the best IDE. However, for simple code editing, I often use UltraEdit. It has some great features not found in Visual Studio. One surprisingly useful feature is being able to select a column in the editor. You can find and replace within the column (useful for tabs vs. spaces wars...) delete the column, etc... |
||||
|
|
|
How about CodeBlocks, i find it so fine with me, especially the new 10.05 version. |
||||
|
|
|
I would recommend C++Builder, from Embarcadero, for C++ work and there is also a free version available. If you prefer Visual Studio, download one of free express editions. |
||||
|
|
|
Here's another vote for Visual Studio. The debugger and Intellisense are definitely it's hallmarks. While other IDE's offer code-completion, I've often found them to be somewhat sluggish in this area for some reason (sluggish being a reference to the speed at which code-completion occurs and offers selections). Other than VS, NetBeans is a good polished IDE and is updated on a very regular cycle. |
||||
|
|
|
I think it's largely a matter of taste, but I would recommend begginers to stick to a pure editor (vi, emacs...) instead of a full fledged IDE so they can figure out the whole toolchain that modern IDEs hide. Just for the record, my weapon of choice is Emacs. |
||||
|
|
|
personally i dont like microsoft......I hate to admit that visual studio is the best IDE i ever use.....Netbeans is gud but drasticaly slow....other free IDEs are useless.. so people try to stick with VS.... |
|||||
|
|
The question says specifically IDE so I am guessing thats what you want. In that case, the main options are Visual Studio and Eclipse CDT as stated above. Of those, I personally prefer Eclipse. However, don't necessarily limit yourself to an IDE. I prefer to use vim as my editor and WinDbg as my debugger. For compilation, your project will probably dictate this. I currently use NMAke on the command line. |
||||
|
|
|
Use Visual Studio 2010. You can get the full version free with DreamSpark |
||||
|
|
