Rextester语言编译C ++问题

时间:2018-10-18 05:41:53

标签: c++ compiler-errors compilation clang++

我一直在将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

这是我一直点击的URL:

https://rextester.com/rundotnet/api?LanguageChoice=27&Program=#include int main(){std :: cout <<“你好,世界!\ n”;}&Input =&CompilerArgs = -Wall -std = c ++ 14 -stdlib = libc ++ -O2 -o a.out source_file.cpp

  

回复:{       “警告”:null,       “错误”:“编译器参数必须包含'-o a.out'”,       “结果”:null,       “ Stats”:“编译时间:0秒,绝对服务时间:0秒”,       “文件”:null}

Url in the chorme

请帮助!