Clause 1: regards C ++ as a Language Federation.

Source: Internet
Author: User

C ++ is such a complex language that can be divided into four major parts:
1. C language: for example, built-in data types, arrays, pointers, preprocessing, and statements are all from C.
2. Object-oriented C ++: Class, constructor, destructor, encapsulation, inheritance, derivation, polymorphism, and virtual function.
3. Generic C ++: use template programming.
4. STL Library: various containers, iterators, algorithms, and function objects.
Because of these four different styles, it is more efficient to pass the value when you operate on the built-in data type than to pass through the reference; however, if you are using a custom object, it is better to pass the const reference because of the existence of constructor and destructor. But when you use the STL library, because STL is implemented through pointers, it is generally better to pass values.

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.