Difference between revisions of "OOP344 - Success Project Dev Basic IO Functions"
(Initial separation of Basic IO Functions Project Development information) |
m (Added link to return to Project Development Main Page) |
||
Line 24: | Line 24: | ||
| void iof_prntstr(const char* str) || jquan4 || Completed | | void iof_prntstr(const char* str) || jquan4 || Completed | ||
|} | |} | ||
+ | <br/> | ||
+ | [http://zenit.senecac.on.ca/wiki/index.php/OOP244_-_Success_Project_Dev_Page_-_20101 Return to Project Development Home Page - Team Success] |
Latest revision as of 22:33, 23 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 |