找不到cstdio.h

Joe*_*ang 0 c++

全部,原谅我是C++世界的新手,我在这里找到了一个复制文件源代码.

帖子中的第一个样本使用了ANSI C库.所以我想在我的电脑上测试这个样本.但我发现在我的c ++项目中有错误说Can not open the source file cstdio.h.我没有在我的c:磁盘中找到它.我需要安装windows sdk吗?BTW.我的项目是一个WDK项目.谢谢.

NPE*_*NPE 7

确保您的代码说明#include <cstdio>而不是#include <cstdio.h>.

如果你的代码说#include <cstdio>并且你的编译器正在寻找cstdio.h,那么你迫切需要找到一个更好的编译器.