0

大家好,我正在尝试学习 C++,在此期间我的第一个程序(臭名昭著的 hello world 程序)出现问题,我反复收到 C1083 致命错误,包括文件“stdafx.h”未找到这样的文件或目录。任何帮助将不胜感激。

PS 如果可能,请提供更详细的答案,因为我仍在尝试学习 C++,而且我是这里最新的菜鸟。

这是代码

#include "stdafx.h"

#include < iostream >

int main()    
{    
    std::cout << "Hello World" << std::cout endl;
        std::cout << "My First Program" << std::cout endl;
        return 0;    
}
4

0 回答 0