我安装了 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 系统找不到指定的文件
你能帮我解决问题吗?我应该在特定目录中定义项目吗?我花了很多时间来解决这个问题,但还没有取得任何成功。