Changes

Jump to: navigation, search

Console UI Core Classes - OOP344 20113

77 bytes added, 07:23, 28 October 2011
Constructors / Destructor
CLabel(const CLabel& L);
</syntaxhighlight></big>
<del>A private and empty copy Constructor. This prevents copying CLabel.</del><br />Copies a CLabel safely to guaranty there is no memory leak.
<big><syntaxhighlight lang="cpp">
~CLabel();

Navigation menu