Rak*_*gdi 3 c++
#include<iostream> using namespace std; int main() { cout<<"hi"<<endl; return 0; }
我正在使用Sublime text 3,我收到此错误:
error-'g ++'不被识别为内部或外部命令,可操作程序或批处理文件.[以0.0s完成]
msc*_*msc 6
尝试设置g++为您的系统路径.
g++
你可以参考这个:http://stephencoakley.com/2015/01/21/guide-setting-up-a-simple-c-development-environment-on-windows
要么
http://www1.cmc.edu/pages/faculty/alee/g++/g++.html
归档时间:
9 年,1 月 前
查看次数:
43142 次
最近记录:
6 年,3 月 前