Best C++ IDE or Editor for Windows

2019-01-01 16:16发布

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

30条回答
人间绝色
2楼-- · 2019-01-01 16:51

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.

查看更多
后来的你喜欢了谁
3楼-- · 2019-01-01 16:52

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.

查看更多
听够珍惜
4楼-- · 2019-01-01 16:52

I think the debugger in Visual Studio (Express) is the killer thing that prevents me from using another IDE.

查看更多
骚的不知所云
5楼-- · 2019-01-01 16:53

Visual Studio + Visual Assist X (http://www.wholetomato.com/)

查看更多
孤独寂梦人
6楼-- · 2019-01-01 16:53

Use Visual Studio 2010. You can get the full version free with DreamSpark

查看更多
梦该遗忘
7楼-- · 2019-01-01 16:56

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).

查看更多
登录 后发表回答