简单的小型 C++ IDE

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/14827891/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-27 18:43:33  来源:igfitidea点击:

Simple small c++ IDE

c++ide

提问by GeneralFailure

I'm looking for a small and simple environment to run small C++ samples. I hate opening visual studio and creating a project just for a single source file with 50 lines of code. The only requirement is to have stl support( smth like this http://www.compileonline.com/compile_cpp_online.phpon desktop would be great).

我正在寻找一个小而简单的环境来运行小型 C++ 示例。我讨厌打开 Visual Studio 并仅为包含 50 行代码的单个源文件创建一个项目。唯一的要求是有 stl 支持(像这样http://www.compileonline.com/compile_cpp_online.php在桌面上会很棒)。

Thanks.

谢谢。

采纳答案by Edward A

List of C++ IDEs.

C++ IDE 列表。

List of online C++ compilers.

在线 C++ 编译器列表。



我要推荐eclipse cdt。尽管在 eclipse cdt 中创建项目并不比 Visual Studio 快,但您始终可以创建一个项目,每次都可以为小片段重用该项目。

回答by David Goshadze

One of the oppurtunities you have is Devcpp

您拥有的机会之一是Devcpp

You can also take a look at this maintained version of Dev-c++

你也可以看看这个Dev-c++ 的维护版本

回答by Michael Wild

You might want to have a look at this (rather comprehensive) overview. Code::Blocks, CodeLite, Dev-C++and QtCreator(although, the latter is pretty heavy-weight again) are AFAIK the popular open-source choices.

您可能想看看这个(相当全面的)概述Code::BlocksCodeLiteDev-C++QtCreator(虽然后者又是重量级的)是 AFAIK 流行的开源选择。

回答by quinmars

SciTEis an editor I used to use. If I remember correctly it has short-cuts for build and run.

SciTE是我曾经使用过的编辑器。如果我没记错的话,它有构建和运行的捷径。