我是靠谱客的博主 甜甜裙子,最近开发中收集的这篇文章主要介绍error: 'EOF' was not declared in this scope的解决办法,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
http://blog.sina.com.cn/s/blog_4f183d9601015zmy.html
error: 'EOF' was not declared in this scope的解决办法
(2012-06-04 13:35:45)
转载▼
标签: erroreofstderrputcstdiowasnotdeclaredinthisscopeit | 分类: C++ |
将COOOL优化库升级到MinGW 4.4.0编译,结果报错:
error: 'EOF' was not declared in this scope
error: 'stderr' was not declared in this scope
error: 'putc' was not declared in this scope
解决方法是在报错文件的最开始加上#include <stdio.h>,因为EOF、stderr等都是在这个文件中定义的。
最后
以上就是甜甜裙子为你收集整理的error: 'EOF' was not declared in this scope的解决办法的全部内容,希望文章能够帮你解决error: 'EOF' was not declared in this scope的解决办法所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复