Difference between revisions of "Team .RU - OOP344 20121"

From CDOT Wiki
Jump to: navigation, search
(Assigned tasks)
(Tasks)
Line 41: Line 41:
 
Status: Not Finished
 
Status: Not Finished
 
<pre>
 
<pre>
int CDialog::add(CField* field, bool dynamic)<br>
+
int CDialog::add(CField* field, bool dynamic)
CDialog::~CDialog()<br>
+
CDialog::~CDialog()
CLabel::~CLabel()<br></pre>
+
CLabel::~CLabel()</pre>
  
 
=== Yaraslau ===
 
=== Yaraslau ===
 
Status: Not Finished
 
Status: Not Finished
 
<pre>
 
<pre>
void CDialog::draw(int fn)<br>
+
void CDialog::draw(int fn)
CDialog& CDialog::operator<<(CField& field)<br>
+
CDialog& CDialog::operator<<(CField& field)
void CLabel::set(const void* str)<br></pre>
+
void CLabel::set(const void* str)</pre>
  
 
=== Anton ===
 
=== Anton ===
 
Status: Not Finished
 
Status: Not Finished
 
<pre>
 
<pre>
int CDialog::edit(int fn)<br>
+
int CDialog::edit(int fn)
CDialog& CDialog::operator<<(CField* field)<br>
+
CDialog& CDialog::operator<<(CField* field)
CLabel::CLabel(const CLabel& L)<br></pre>
+
CLabel::CLabel(const CLabel& L)</pre>
  
 
=== Andrew ===
 
=== Andrew ===
 
Status: Not Finished
 
Status: Not Finished
 
<pre>
 
<pre>
CDialog::CDialog(CFrame *Container, int Row, int Col, int Width, int Height, bool Borderd, const char* Border)<br>
+
CDialog::CDialog(CFrame *Container, int Row, int Col, int Width, int Height, bool Borderd, const char* Border)
CLabel::CLabel(const char *Str, int Row, int Col, int Len)<br>
+
CLabel::CLabel(const char *Str, int Row, int Col, int Len)
CLabel::CLabel(int Row, int Col, int Len)<br></pre>
+
CLabel::CLabel(int Row, int Col, int Len)</pre>
  
 
=== Mike ===
 
=== Mike ===

Revision as of 18:28, 26 February 2012


OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources

Team Name ".RU"

Project Marking Percentage

  • due right after study break

Group work:      XX%        (25 <= xx <= 50)
Individual work: XX% +      (50 <= xx <= 75) 
-------------------------
Total           100%

Repository

  • repo id:

Trunk Status

  • committed/committing by
    id: emailid
    name: full name
    irc nick: mynick
    any other info


Team Members

Team ".RU"
First Name Last Name Section Seneca Id wiki id IRC nick Blog URL
Dzmitry Kavalchyk B dkavalchyk2 dkavalchyk2 RevenTL Dima's Blog
Anton Teremetskyi B ateremetskyi ateremetskyi ateremetskyi Anton's Blog
Andriy Petrus A apetrus apetrus apetrus Andriy's OOP Blog
Yaraslau Nikifarau B ynikifarau ynikifarau ynikifarau Yaraslau's OOP Blog
Mike Shutov A mshutov mshutov mshutov Mikes Blog

Tasks

Dzmitry

Status: Not Finished

int CDialog::add(CField* field, bool dynamic)
CDialog::~CDialog()
CLabel::~CLabel()

Yaraslau

Status: Not Finished

void CDialog::draw(int fn)
CDialog& CDialog::operator<<(CField& field)
void CLabel::set(const void* str)

Anton

Status: Not Finished

int CDialog::edit(int fn)
CDialog& CDialog::operator<<(CField* field)
CLabel::CLabel(const CLabel& L)

Andrew

Status: Not Finished

CDialog::CDialog(CFrame *Container, int Row, int Col, int Width, int Height, bool Borderd, const char* Border)
CLabel::CLabel(const char *Str, int Row, int Col, int Len)
CLabel::CLabel(int Row, int Col, int Len)

Mike

Didn't attend meeting.

meetings

  • latest will be on top

topic, date

date