Open main menu

CDOT Wiki β

Changes

Console UI Core Classes - OOP344 20113

99 bytes added, 23:59, 30 October 2011
CLabel
#include "cfield.h"
class CLabel : public CField{
// int _length; Use void CFrame::width(int) to store length, and int CFrame::width() to retrieve the length
CLabel(const CLabel& L);
public: