简单的小型 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
Simple small 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++ 编译器列表。
- Ideone(GCC 5.1.1)
- Coliru Editor(GCC 5.3.0)
- Compile Online(GCC 4.9.2)
- CodePad(GCC 4.1.2)
- Ideone(GCC 5.1.1)
- Coliru 编辑器(GCC 5.3.0)
- 在线编译(GCC 4.9.2)
- 键盘(GCC 4.1.2)
我要推荐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::Blocks、CodeLite、Dev-C++和QtCreator(虽然后者又是重量级的)是 AFAIK 流行的开源选择。