多谢路人,请教一下,(FileOut.GetPosition!=FileOut.GetLength());是什么意思
我这里提示是个错误
'!=' : no conversion from 'unsigned long' to 'unsigned long (__thiscall CStdioFile::*)(void) const' There are no conversions from integral values to pointer-to-member values,
我把他改成(sText.GetLength()!=FileOut.GetLength());行不行?