C + + Primer Plus reading notes-the 2nd chapter begins to learn C + +

Source: Internet
Author: User

The 2nd chapter begins to learn C + +

1. Endl ensure that the output is refreshed before the program continues to run (it is immediately displayed on the screen), and that using "\ n" does not provide such a guarantee, which means that in some systems, it is sometimes possible to prompt after you enter information.

2. Keywords and parentheses in C + + can add spaces or no

return (0);

return (0);

int main ();

int main ();

are legal.

But Return0, there must be a space in the middle.

3. The statement statement indicates the location of the information store and the required memory space. int carrots;

4. The Insert operator (<<) defined by the Ostream class makes it possible for data to be inserted into the output stream, and the extraction operator (>>) defined by the IStream class can extract information from the input stream.

C + + Primer Plus reading notes-the 2nd chapter begins to learn C + +

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.