Difference between revisions of "OOP244 - Success Project Dev Page - 20101"
m |
|||
Line 7: | Line 7: | ||
| void iof_end() || jquan4 || Completed | | void iof_end() || jquan4 || Completed | ||
|- | |- | ||
− | | int iof_rows() || apliats || | + | | int iof_rows() || apliats || Completed |
|- | |- | ||
− | | int iof_cols() || apliats || | + | | int iof_cols() || apliats || Completed |
|- | |- | ||
| void iof_clrscr() || ibalzamova || Completed | | void iof_clrscr() || ibalzamova || Completed | ||
Line 15: | Line 15: | ||
| void iof_flush() || ibalzamova || Completed | | void iof_flush() || ibalzamova || Completed | ||
|- | |- | ||
− | | int iof_getch() || mjschranz || | + | | int iof_getch() || mjschranz || Completed |
|- | |- | ||
− | | void iof_movecur(int r, int c) || mjschranz|| | + | | void iof_movecur(int r, int c) || mjschranz|| Completed |
|- | |- | ||
− | | void iof_putch(int c) || mjschranz|| | + | | void iof_putch(int c) || mjschranz|| Completed |
|- | |- | ||
− | | void iof_prntstr(const char* str) || jquan4 || | + | | void iof_prntstr(const char* str) || jquan4 || Completed |
|} | |} |
Revision as of 23:20, 5 June 2010
Function | Member Responsible | Status |
---|---|---|
void iof_init() | jquan4 | Completed |
void iof_end() | jquan4 | Completed |
int iof_rows() | apliats | Completed |
int iof_cols() | apliats | Completed |
void iof_clrscr() | ibalzamova | Completed |
void iof_flush() | ibalzamova | Completed |
int iof_getch() | mjschranz | Completed |
void iof_movecur(int r, int c) | mjschranz | Completed |
void iof_putch(int c) | mjschranz | Completed |
void iof_prntstr(const char* str) | jquan4 | Completed |