Global variable Initialization

Source: Internet
Author: User

The global variable is initialized to 0, which is a concept in mind for a long time. The global object is understood as a class with constructor that can initialize member variables in the constructor. I also use this principle to write programs by myself.

In fact, for global objects, the object's member variables are also initialized to 0 by the compiler.

Sample Code:

ClassA {Public:IntM_value;}; A G_A;VoidMain (){IntValue1 =G_a.m_value; a B;IntValue2 =B. m_value ;}

The member variables of the local object are not initialized.

Global variable Initialization

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.