Difference between revisions of "OOP244 - Success Project Dev Page - 20101"
(added my learn id to Simple Function Commit Tasks) |
(added status to table in project dev) |
||
Line 3: | Line 3: | ||
! Function !! Member Responsible !! Status | ! Function !! Member Responsible !! Status | ||
|- | |- | ||
− | | void iof_init() || jquan4|| | + | | void iof_init() || jquan4|| Completed |
|- | |- | ||
− | | void iof_end() || jquan4 || | + | | void iof_end() || jquan4 || Completed |
|- | |- | ||
| int iof_rows() || apliats || - | | int iof_rows() || apliats || - |
Revision as of 11:06, 5 June 2010
Function | Member Responsible | Status |
---|---|---|
void iof_init() | jquan4 | Completed |
void iof_end() | jquan4 | Completed |
int iof_rows() | apliats | - |
int iof_cols() | apliats | - |
void iof_clrscr() | ibalzamova | - |
void iof_flush() | ibalzamova | - |
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 | - |