Difference between revisions of "OOP244 - Success Project Dev Page - 20101"
(→Part 2- complex functions: assigned complex functions) |
(→Part 2- complex functions: iof_display() and iof_displayMenuItem() functions completed) |
||
Line 58: | Line 58: | ||
! functions !! Member Responsible !! Status | ! functions !! Member Responsible !! Status | ||
|- | |- | ||
− | |void iof_display( )|| ibalzamova || | + | |void iof_display()|| ibalzamova || Completed |
|- | |- | ||
| void iof_displayflag() || mjschranz|| Completed | | void iof_displayflag() || mjschranz|| Completed | ||
Line 64: | Line 64: | ||
| int iof_flag() || mjschranz || Completed(Need to check with Fardad) | | int iof_flag() || mjschranz || Completed(Need to check with Fardad) | ||
|- | |- | ||
− | | void iof_displayMenuItem() ||ibalzamova || | + | | void iof_displayMenuItem() ||ibalzamova || Completed |
|- | |- | ||
| int iof_menuItem() || Learn ID || - | | int iof_menuItem() || Learn ID || - |
Revision as of 22:12, 15 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 |
Part 2- complex functions
Keys | Member Responsible | Status |
---|---|---|
BACKSPACE_KEY | jquan4 | - |
LEFT_KEY | jquan4 | - |
RIGHT_KEY | jquan4 | - |
HOME_KEY | apliats | - |
DEL_KEY | apliats | - |
END_KEY | mjschranz | - |
TAB_KEY | mjschranz | - |
ESCAPE_KEY | ibalzamova | - |
INSERT_KEY | jquan4 | - |
Other optional key | Learn ID | - |
functions | Member Responsible | Status |
---|---|---|
void iof_display() | ibalzamova | Completed |
void iof_displayflag() | mjschranz | Completed |
int iof_flag() | mjschranz | Completed(Need to check with Fardad) |
void iof_displayMenuItem() | ibalzamova | Completed |
int iof_menuItem() | Learn ID | - |