Difference between revisions of "Team !YOU - BIO Library"
(→Task 1: Committing Simple Function) |
m (→Added committed column in table) |
||
Line 10: | Line 10: | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|+ Simple Function Commit Tasks | |+ Simple Function Commit Tasks | ||
− | ! Function !! Member Responsible !! Status | + | ! Function !! Member Responsible !! Status !! Committed : BY |
|- | |- | ||
− | | void bio_init() || MattAdams || Completed | + | | void bio_init() || MattAdams || Completed || Yes : Matthew Adams |
|- | |- | ||
| void bio_end() || tjcatibog || | | void bio_end() || tjcatibog || | ||
Line 39: | Line 39: | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|+ bio_edit() switch cases | |+ bio_edit() switch cases | ||
− | ! case !! Member Responsible !! Status | + | ! case !! Member Responsible !! Status !! Committed |
|- | |- | ||
| UP_KEY || tjcatibog || Completed | | UP_KEY || tjcatibog || Completed |
Revision as of 09:37, 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 | committed | |
void bio_flush() | fmDeOliveira | committed | |
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 | commited |
Task 2: bio_edit() switch cases
case | Member Responsible | Status | Committed |
---|---|---|---|
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 |