作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我一直在将rextester用于各种语言,并且一直在非常有效地工作。这只是导致一种语言的问题,这是C++(clang)
参数如下:-
LanguageChoice: C++ (clang) = 27
#include <iostream>
int main()
{
std::cout << "Hello, world!\n";
}
Input: Is empty
CompilerArgs: -Wall -std=c++14 -stdlib=libc++ -O2 -o a.out source_file.cpp
Response: { "Warnings": null, "Errors": "Compiler args must contain '-o a.out'", "Result": null, "Stats": "Compilation time: 0 sec, absolute service time: 0 sec", "Files": null }
最佳答案
我直接从rextexter网站上获取了CompilerArgs,并在包含之后添加了换行符,并且链接正常工作:
它看起来像这样:https://rextester.com/rundotnet/api?LanguageChoice=27&Program=%23include%3Ciostream%3E%0Aint%20main()%20%7B%20std::cout%20%3C%3C%20%22Hello,%20world!%5Cn%22;%20%7D&Input=&CompilerArgs=-Wall%20-std%3Dc%2B%2B14%20-stdlib%3Dlibc%2B%2B%20-O2%20-o%20a.out%20source_file.cpp
关于c++ - Rextester语言编译C++问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52867655/
我是一名优秀的程序员,十分优秀!