当前位置: 代码迷 >> QT开发 >> 程序编译出现异常,求
  详细解决方案

程序编译出现异常,求

热度:19   发布时间:2016-04-25 04:30:29.0
程序编译出现错误,求高手指点
graphwin.cpp:In static member function 'static int t_graphwin::readFile<const QString&,QStingList&,bool>':
graphwin.cpp:302: error:'class r_file' has no member named 'atEnd'
求高手指点这是什么错误,该怎么解决?

------解决方案--------------------
看了你的头文件声明, atEnd这个成员函数确实不存在,那肯定会出错的
你看看eof这个函数是怎么实现的,应该是判断文件末尾的函数
  相关解决方案