Difference between revisions of "OOP244 - Success Project Dev Page - 20101"

From CDOT Wiki
Jump to: navigation, search
(First entry)
 
(added project table for task one in team's project devrlopment page)
Line 1: Line 1:
Nothing here yet!
+
{| class="wikitable" border="1"
 +
|+ Simple Function Commit Tasks
 +
! Function !! Member Responsible !! Status
 +
|-
 +
| void iof_init() || jquan4|| -
 +
|-
 +
| void iof_end() || jquan4 || - 
 +
|-
 +
| int iof_rows() || learnid here || - 
 +
|-
 +
| int iof_cols() || learnid here || -
 +
|-
 +
| void iof_clrscr() || learnid here || -
 +
|-
 +
| void iof_flush() || learnid here || -
 +
|-
 +
| int iof_getch() || learnid here || -
 +
|-
 +
| void iof_movecur(int r, int c) || learnid here|| -
 +
|-
 +
| void iof_putch(int c) || learnid here|| -
 +
|-
 +
| void iof_prntstr(const char* str) || learnid here || -
 +
|}

Revision as of 06:33, 4 June 2010

Simple Function Commit Tasks
Function Member Responsible Status
void iof_init() jquan4 -
void iof_end() jquan4 -
int iof_rows() learnid here -
int iof_cols() learnid here -
void iof_clrscr() learnid here -
void iof_flush() learnid here -
int iof_getch() learnid here -
void iof_movecur(int r, int c) learnid here -
void iof_putch(int c) learnid here -
void iof_prntstr(const char* str) learnid here -