#include <cstdio> int ferror( FILE *stream );
ferror() 函数检查流是否存在错误,如果未发生错误,则返回零,如果发生错误,则返回非零值。如果发生错误,请使用 perror() 来确定发生了哪个错误。