我安装了Visual Studio 2010.我写了一个简单的代码,我确定是正确的,但不幸的是,当我运行代码,我得到以下错误.
这是我的代码:
#include<iostream> using namespace std; int main (){ cout <<"Hello StackOverFlow ;)"; return 0; }
这里是错误:
Unable to start program ‘C:\Users\Soheil\Desktop\New folder\sam\Debug\sam.exe
The system cannot find the file specified