Difference between revisions of "Team !YOU - BIO Library"
m (→Added committed column in table) |
m (→Task 1: Committing Simple Function: Added Empty columns) |
||
Line 14: | Line 14: | ||
| void bio_init() || MattAdams || Completed || Yes : Matthew Adams | | void bio_init() || MattAdams || Completed || Yes : Matthew Adams | ||
|- | |- | ||
− | | void bio_end() || tjcatibog || | + | | void bio_end() || tjcatibog || || |
|- | |- | ||
− | | int bio_rows() || CDNPadawan || Completed | + | | int bio_rows() || CDNPadawan || Completed || |
|- | |- | ||
− | | int bio_cols() || CDNPadawan || Completed | + | | int bio_cols() || CDNPadawan || Completed || |
|- | |- | ||
− | | void bio_clrscr() || fmDeOliveira || | + | | void bio_clrscr() || fmDeOliveira || Completed || Yes |
|- | |- | ||
− | | void bio_flush() || fmDeOliveira || | + | | void bio_flush() || fmDeOliveira || Completed || Yes |
|- | |- | ||
− | | int bio_getch() || ammisko || bcc vcc tested, lnx mac done to be tested | + | | int bio_getch() || ammisko || bcc vcc tested, lnx mac done to be tested || |
|- | |- | ||
− | | void bio_move(int r, int c) || nsimmalavong || | + | | void bio_move(int r, int c) || nsimmalavong || Completed || |
|- | |- | ||
− | | void bio_putch(int c) || award || | + | | void bio_putch(int c) || award || || |
|- | |- | ||
− | | void bio_putstr(const char* str) || Minooz || | + | | void bio_putstr(const char* str) || Minooz || Completed || Yes |
|} | |} | ||
Revision as of 10:41, 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 |
---|---|---|---|
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 |