原文:http://blog.csdn.net/panpan639944806/article/details/20135311
有两种可能:
1.未加头文件 #include <stdio.h>
2.头文件#include <stdio.h>加到include <stdafx.h> 的前面,而应该放在include <stdafx.h>后面
原文:http://blog.csdn.net/panpan639944806/article/details/20135311
有两种可能:
1.未加头文件 #include <stdio.h>
2.头文件#include <stdio.h>加到include <stdafx.h> 的前面,而应该放在include <stdafx.h>后面
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。