Difference between revisions of "Team !YOU - BIO Library"
(→Added blank columns) |
|||
Line 39: | Line 39: | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|+ bio_edit() switch cases | |+ bio_edit() switch cases | ||
− | ! case !! Member Responsible !! Status !! Committed | + | ! case !! Member Responsible !! Status !! Committed : BY |
|- | |- | ||
| UP_KEY || tjcatibog || Completed || | | UP_KEY || tjcatibog || Completed || |
Revision as of 09:43, 10 February 2010
Team !You - To the main team page.
- A link to the assignment.
- A link to the Codes' snippet.
Basic Input Output Library
Task 1: Committing Simple Function
Function | Member Responsible | Status | Committed : BY |
---|---|---|---|
void bio_init() | MattAdams | Completed | Yes : Matthew Adams |
void bio_end() | tjcatibog | ||
int bio_rows() | CDNPadawan | Completed | |
int bio_cols() | CDNPadawan | Completed | |
void bio_clrscr() | fmDeOliveira | Completed | Yes |
void bio_flush() | fmDeOliveira | Completed | Yes |
int bio_getch() | ammisko | bcc vcc tested, lnx mac done to be tested | |
void bio_move(int r, int c) | nsimmalavong | Completed | |
void bio_putch(int c) | award | ||
void bio_putstr(const char* str) | Minooz | Completed | Yes |
Task 2: bio_edit() switch cases
case | Member Responsible | Status | Committed : BY |
---|---|---|---|
UP_KEY | tjcatibog | Completed | |
DOWN_KEY | tjcatibog | Completed | |
LEFT_KEY | tjcatibog | Completed | |
RIGHT_KEY | tjcatibog | Completed | |
PGUP_KEY | tjcatibog | Completed | |
PGDN_KEY | tjcatibog | Completed | |
ENTER_KEY | tjcatibog | Completed | |
TAB_KEY | tjcatibog | Debugging | |
BACKSPACE_KEY | tjcatibog | Completed | |
DEL_KEY | tjcatibog | Completed | |
HOME_KEY | tjcatibog | Completed | |
END_KEY | tjcatibog | Completed | |
ESCAPE_KEY | tjcatibog | Completed | |
INSERT_KEY | tjcatibog | Completed | |
F1_KEY | tjcatibog | Completed | |
F2_KEY | tjcatibog | Completed | |
F3_KEY | tjcatibog | Completed | |
F4_KEY | tjcatibog | Completed | |
F5_KEY | tjcatibog | Completed | |
F6_KEY | tjcatibog | Completed | |
F7_KEY | tjcatibog | Completed | |
F8_KEY | tjcatibog | Completed | |
F9_KEY | tjcatibog | Completed | |
F10_KEY | tjcatibog | Completed | |
F11_KEY | tjcatibog | Completed | |
F12_KEY | tjcatibog | Completed |