gpt4 book ai didi

c++ - 运行C++程序时出现"The system cannot find the file specified"

转载 作者:IT老高 更新时间:2023-10-28 22:20:09 35 4
gpt4 key购买 nike

我安装了 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

你能帮我解决这个问题吗?我应该在具体目录?我花了很多时间来解决这个问题还没有成功。

最佳答案

这是初学者的第一步。同样的事情发生在我身上:

查看左侧的解决方案资源管理器框。确保那里实际上有一个 .cpp 文件。您可以通过查看存储项目的 .sln 文件的 .cpp 文件来执行相同操作。如果没有,那么您将收到该错误。

添加 cpp 文件时,您希望使用 添加新项目 图标。 (左上角有一个金色的星星,将鼠标悬停在上面可以看到名称)由于某种原因,Ctrl+N 实际上并没有将 .cpp 文件添加到项目中。

关于c++ - 运行C++程序时出现"The system cannot find the file specified",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16511925/

35 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com