g ++。exe:致命错误:没有输入文件Notepad ++错误

时间:2016-01-30 19:30:55

标签: c++

我正在尝试使用c ++编译器设置Notepad ++。到目前为止,我遇到了以下问题:

g++.exe: error: ôone.cppö: No such file or directory
g++.exe: fatal error: no input files
compilation terminated.

我之前遇到过这个问题:

CreateProcess() failed with error code 2: The system cannot find the file specified

所以,我更正了文件位置并开始显示

 g++.exe: error: ôone.cppö: No such file or directory
g++.exe: fatal error: no input files
compilation terminated.

这顺便说一下。

NPP_SAVE: C:\Users\Ken\Desktop\C++\one.cpp
CD: C:\Users\Ken\Desktop\C++
Current directory: C:\Users\Ken\Desktop\C++
C:\Users\Ken\Desktop\pocketcpp\pocketcpp\MinGW\bin\g++.exe “one.cpp”
Process started >>>
g++.exe: error: ôone.cppö: No such file or directory
g++.exe: fatal error: no input files
compilation terminated.
<<< Process finished. (Exit code 1)
cmd /c “C:\Users\Ken\Desktop\C++\a.exe”
Process started >>>
The filename, directory name, or volume label syntax is incorrect.
<<< Process finished. (Exit code 1)
================ READY ================

任何帮助将不胜感激。

0 个答案:

没有答案