mingw环境出事情了……
在cmd里可以运行会生成exe,但是不会在cmd里显示内容 比如 helloworld啥的editPlus里 这样设置
程序代码:
#include <iostream> using namespace std; int main() { cout<<"hello world"<<endl; cin.get(); return 0; }
结果出现这样&&…………
---------- gcc编译并生成 ----------
cpp.exe: error: 123.cpp-o123: No such file or directory
cpp.exe: warning: '-x c' after last input file has no effect
cpp.exe: fatal error: no input files
compilation terminated.