You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this exact error message when compiling my code ( a simple hello world script )
'D:\Users\Jguy\AppData\Local\Temp\hello' is not recognized as an internal or external command,
operable program or batch file.
Press any key to continue . . .
My code is exactly:
#include <iostream>
using namespace std;
int main() {
cout << "Hello World!";
return 0;
}
I've read on a couple of threads that your project file path cannot contain any spaces. Mine doesn't:
the path is exactly: D:\Users\Jguy\Documents\Technical\Projects\HelloWorld\hello.cpp
I've tried with the "Compile to Temporary Directory" setting turned on and off If I turn it off, the path in the error message above becomes:
'D:\Users\Jguy\Documents\Technical\Projects\HelloWorld\hello' is not recognized as an internal or external command,
operable program or batch file.
Press any key to continue . . .
The text was updated successfully, but these errors were encountered:
gpp-compiler 3.0.7 installed on Atom 1.58.0 x64
I get this exact error message when compiling my code ( a simple hello world script )
My code is exactly:
I've read on a couple of threads that your project file path cannot contain any spaces. Mine doesn't:
the path is exactly: D:\Users\Jguy\Documents\Technical\Projects\HelloWorld\hello.cpp
I've tried with the "Compile to Temporary Directory" setting turned on and off If I turn it off, the path in the error message above becomes:
The text was updated successfully, but these errors were encountered: