Condition States

The IO library manages a set of condition state members that indicate whether a given IO object is in a usable state or has encountered a particular kind of error.

Many programs need only know whether a stream is valid. Other programs need more fine-grained access to and control of the state of the stream.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.