1
edit
Changes
Fixed formatting on Team FUN task page.
* Labour Divide as Follows:
** Jamie and Barry will complete CLabel
*** CLabel(const CLabel& L);
*** CLabel(const char *Str, int Row, int Col, int Len = 0);
*** CLabel(int Row, int Col, int Len); *** ~CLabel();
*** void draw(int fn=C_NO_FRAME) ;
*** int edit();
*** bool editable()const;
*** void set(const void* str);
** Anil will overload ALL operators in CDialog
*** CDialog& operator<<(CField* field);
*** CDialog& operator<<(CField& field);
*** CField& operator[](unsigned int index);
** Everard
** Sean