【发布时间】:2017-03-22 04:08:47
【问题描述】:
我已经安装了其他人提到的所有必要的插件。当我用MinGW编译cpp文件时(使用ctrl-shift-b并选择MinGW或Run::MinGW)
#include <iostream>
using namespace std;
int main()
{
cout<<"Hello world !"<<endl;
return 0;
}
语句发生系统错误
MinGW的配置文件设置如下:
路径设置正确。那么它有什么问题呢?
【问题讨论】:
标签: c++ mingw sublimetext3