C ++ Learning

Source: Internet
Author: User

Http://www.sunxin.org/video/vc.htm sun Xin official website video download

Modify the constant pointer const

I personally think it is the final keyword in Java. After variables and methods are defined, the variable value cannot be changed.

The function of c o n s t is not limited to replacing # d e f I n e s in a constant expression. That is, it can replace # d e f I n e s to define variables.

The rules are as follows:

Const int * A; // The object indicated by const. A is variable, and A is variable.
Int const * A; // const modifies the object to which a points. A is variable, and A is variable.
Int * const A; // const modifier pointer A, A is immutable, and a points to the object is variable
Const int * const A; // The objects pointed to by pointers A and A are not changeable.

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.