C Programming on the IBM PC (C Programmers Reference Guide Series)
|
|
bad
#include <iostream.h>int bad() const;
The bad( ) function is a member of ios.
The bad( ) function returns nonzero if a fatal I/O error has occurred in the associated stream; otherwise, zero is returned.
A related function is good( ).
|
|