1
edit
Changes
→discussions
* For CCheckMark class, the base class is CField, but in the constructor and copy constructor, CLabel is initiated, what's the relationship of CCheckMark and CLabel?
* Sets the frame of _Label to its owner (Checkmark i.e. 'this'), what this mean?
* bool operator=(bool flag), what is the return value for this operator?