C + + Primer Learning Summary 5th Chapter statement

Source: Internet
Author: User
Tags case statement

5th Chapter Statement

1. The case label in switch must be an integer constant expression and cannot be a variable or a non-integral type:


Note that the second case 3.14 does not have an error in c++11, but the compilation does not pass in c++98.

2. Note that the case statement of the switch statement initializes a variable:


A case statement cannot skip initialization of a variable, and you can skip the definition of the variable.

3. The scope for statement can not only declare variables with auto:


for arrays , however, use the range for statement with caution

4. A goto statement cannot skip initialization of a variable and can skip the definition of a variable:


5. Simple exception Handling code example:



C + + Primer Learning Summary 5th Chapter statement

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.