bad
From C/C++ Reference
bad
Syntax:
#include <fstream> bool bad();
The bad() function returns true if a fatal error with the current stream has occurred, false otherwise.
Related topics:
From C/C++ Reference
#include <fstream> bool bad();
The bad() function returns true if a fatal error with the current stream has occurred, false otherwise.