Changes

Jump to: navigation, search

Team .RU - OOP344 20121

48 bytes removed, 18:28, 26 February 2012
Tasks
Status: Not Finished
<pre>
int CDialog::add(CField* field, bool dynamic)<br>CDialog::~CDialog()<br>CLabel::~CLabel()<br></pre>
=== Yaraslau ===
Status: Not Finished
<pre>
void CDialog::draw(int fn)<br>CDialog& CDialog::operator<<(CField& field)<br>void CLabel::set(const void* str)<br></pre>
=== Anton ===
Status: Not Finished
<pre>
int CDialog::edit(int fn)<br>CDialog& CDialog::operator<<(CField* field)<br>CLabel::CLabel(const CLabel& L)<br></pre>
=== Andrew ===
Status: Not Finished
<pre>
CDialog::CDialog(CFrame *Container, int Row, int Col, int Width, int Height, bool Borderd, const char* Border)<br>CLabel::CLabel(const char *Str, int Row, int Col, int Len)<br>CLabel::CLabel(int Row, int Col, int Len)<br></pre>
=== Mike ===

Navigation menu