Changes

Jump to: navigation, search

Console UI Core Classes - OOP344 20121

85 bytes removed, 15:50, 15 February 2012
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">

Navigation menu