Source File not Compiled Error.

Okay im trying to compile this and run it im just trying to run this code
and i dont have admin rights when i try to compile and run it says source file not compiled. What is Source file ?

Compiler: Default compiler
Executing g++.exe...
g++.exe "C:\Users\Tyre.Pickett\Desktop\Untitled3.cpp" -o "C:\Users\Tyre.Pickett\Desktop\Untitled3.exe" -g3 -g3
Execution terminated

/* my second program in C++
with more comments */
#include <iostream>
using namespace std;
int main ()
{
cout << "Hello World! "; // prints Hello
World!
cout << "I'm a C++ program"; // prints I'm a
C++ program
return 0;
}
Topic archived. No new replies allowed.