【问题标题】:VISUAL STUDIO can't find the file specifiedVISUAL STUDIO 找不到指定的文件
【发布时间】:2016-02-09 19:54:32
【问题描述】:

我写了这段 C 代码

#include <stdio.h>

int main()

{
    int a;
    scanf("%d", &a);
    printf("%d\n", a);
    getchar();
    return 10;
}

但是,我收到了图片中显示的此错误。 这里有什么问题?

编辑1: 我有 Windows 7 x64 并运行 VS 15。

【问题讨论】:

    标签: visual-studio


    【解决方案1】:

    似乎之前有过类似的问题,这可能会有所帮助。

    Visual Studio debugger error: Unable to start program Specified file cannot be found

    【讨论】:

      【解决方案2】:

      从错误中转到特定文件位置,从那里打开程序。首先构建它,然后尝试再次调试它。

      【讨论】:

        猜你喜欢
        • 2019-11-21
        • 2017-06-20
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2021-08-08
        • 1970-01-01
        相关资源
        最近更新 更多