Open main menu

CDOT Wiki β

Changes

Console UI Core Classes - OOP344 20113

50 bytes added, 11:35, 13 October 2011
Constructors / Destructor
CLabel(const CLabel& L);
</syntaxhighlight></big>
Copy A private and empty copy Constructor . This prevents copying CLabel.
<big><syntaxhighlight lang="cpp">
~CLabel();