Bea*_*Tie 1 c++ compiler-construction g++
我目前正在运行g++版本4.3.4,当我运行以下命令时:
g ++ -g -Wall test.cpp -o test.exe
对此:
#include<stdlib.h>
#include<iostream>
using namespace std;
int main (){
cout << "Hello World!";
system("pause");
return 0;
}
Run Code Online (Sandbox Code Playgroud)
似乎没有发生任何事情:Cygwin似乎滞后片刻,但没有exe创建(如果cpp源中有错误,则显示它们)
和想法?
| 归档时间: |
|
| 查看次数: |
576 次 |
| 最近记录: |