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 17:05

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

查看更多
千与千寻千般痛.
3楼-- · 2019-01-01 17:06

VIsual studio is by far the best IDE but you can also take a look at Code::Blocks

查看更多
旧人旧事旧时光
4楼-- · 2019-01-01 17:06

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

查看更多
有味是清欢
5楼-- · 2019-01-01 17:06

How about CodeBlocks, i find it so fine with me, especially the new 10.05 version.

查看更多
其实,你不懂
6楼-- · 2019-01-01 17:07

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.

查看更多
不再属于我。
7楼-- · 2019-01-01 17:08

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!

查看更多
登录 后发表回答