Home > Software engineering >  How to give in VC 6.0 class dialog box to add a member variable (not add variables to control)
How to give in VC 6.0 class dialog box to add a member variable (not add variables to control)

Time:10-17

How to give in vc + + 6.0 class dialog box to add a member variable (not add variables to control), in addition to directly in the source file to add, is there any other way? I can't find? Please give advice or comments! Trouble points in detail, thank you.

CodePudding user response:

The Class name in Class view on the right-click menu, add a Class member variables

CodePudding user response:

Thank you, I find it, thank you very much!

CodePudding user response:

reference 1st floor zgl7903 response:
right-click menu on the Class name in Class view, add a Class member variable

CodePudding user response:

The Class name in Class view on the right-click menu, add a Class member variables

CodePudding user response:

Can directly in, h in writing such as:
Protected:
CBitmap m_bitmap;

CodePudding user response:

A variable defined in. H is a member variable,

CodePudding user response:

In class, add ~ h file
  • Related