Open main menu

CDOT Wiki β

Changes

Console UI Core Classes - OOP344 20113

12 bytes added, 21:18, 8 November 2011
m
Constructor / Destructor: Changed constructor names to match.
<big><syntaxhighlight lang="cpp">
CCheckMark(const CCheckCCheckMark& C);
</syntaxhighlight></big>
*Passes incoming CCheck CCheckMark reference ("C") to CField's copy constructor, and directly initializes the _Label with the _Label of C*Sets all the attributes of this object to the attributes of incoming CCheck CCheckMark reference ("C")
*Sets _data to the address of _flag
1
edit