Home > Software engineering >  How to initialize the members of the general property page dialog box variable
How to initialize the members of the general property page dialog box variable

Time:12-29

In general, initialization of member variables are put in the constructor of a class, but the general property page dialog box class, there are two special constructor,

I want to initialize the member variables, the initialization code should be placed where?

CodePudding user response:

Two constructors are written in the initialization code
Or write a function that is used to initialize the, in the constructor call
Initialization or external call

  • Related