Definition Analysis Based on the stream status in ios

Source: Internet
Author: User

1: iostate rdstate () const; the return value is iostate, which is simply an int value. A status is indicated by setting a location of binary data to 1.

2: failbit is defined as follows. When the second bit of binary data is 1, it indicates this data.

Static const _ Iostate goodbit = (_ Iostate) 0x0; static const _ Iostate eofbit = (_ Iostate) 0x1; static const _ Iostate failbit = (_ Iostate) 0x2; static const _ Iostate badbit = (_ Iostate) 0x4; static const _ Iostate _ Hardfail = (_ Iostate) 0x10;

3: input. rdstate () & std: ios: failbit checks whether the current status is failbit through bitwise operation and.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.