I realized the significance of initializing variables in the constructor.

Source: Internet
Author: User

Meaning: The variable value can be obtained immediately when a new object is created. You do not need to try again, for example:

Void cmainframe: onmenucartrack ()
{
Cvss_logindlg DLG;
If (! (Getmodulefactoryptr ()-> connectdb (& DLG. m_dbinfo )))
Return;
CDC * Dc = This-> getdc ();
Ctrackview * ptrackview = new ctrackview ();
// Ptrackview-> ondraw (DC, DLG. m_dbinfo );
// Delete ptrackview;
 
}

This is a menu function I wrote in the car management system ~, Cvss_logindlg is the class of the dialog box used during login. After I create an object, I can directly use DLG. m_dbinfo. Instead of finding a way to get its variables (and assigning values to them, etc ~~)

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.