又有两种可能:
1.未加头文件 #include <stdio.h>
2.头文件#include <stdio.h>加到include <stdafx.h> 的前面,而应该放在include <stdafx.h>后面
本文探讨了在C/C++编程中遇到的stdio.h头文件问题,包括未包含该头文件及包含顺序不当的情况,并提供了相应的解决方案。
又有两种可能:
1.未加头文件 #include <stdio.h>
2.头文件#include <stdio.h>加到include <stdafx.h> 的前面,而应该放在include <stdafx.h>后面

被折叠的 条评论
为什么被折叠?
