Table of Contents
Previous Section Next Section

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( ).


Table of Contents
Previous Section Next Section