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

From CDOT Wiki
Jump to: navigation, search
(added status to table in project dev)
m (Add my part for A1 submission)
Line 15: Line 15:
 
| void iof_flush() || ibalzamova || -  
 
| void iof_flush() || ibalzamova || -  
 
|-
 
|-
| int iof_getch() || learnid here || -
+
| int iof_getch() || mjschranz || -
 
|-
 
|-
| void iof_movecur(int r, int c) || learnid here|| -  
+
| void iof_movecur(int r, int c) || mjschranz|| -  
 
|-
 
|-
 
| void iof_putch(int c) || learnid here|| -
 
| void iof_putch(int c) || learnid here|| -

Revision as of 17:19, 5 June 2010

Simple Function Commit Tasks
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() mjschranz -
void iof_movecur(int r, int c) mjschranz -
void iof_putch(int c) learnid here -
void iof_prntstr(const char* str) learnid here -