Difference between revisions of "Team !YOU - BIO Library"
m (→updated getch status) |
Nsimmalavong (talk | contribs) (→Task 1: Committing Simple Function) |
||
Line 26: | Line 26: | ||
| int bio_getch() || ammisko || Completed || Yes : Andrew Misko | | int bio_getch() || ammisko || Completed || Yes : Andrew Misko | ||
|- | |- | ||
− | | void bio_move(int r, int c) || nsimmalavong || Completed || | + | | void bio_move(int r, int c) || nsimmalavong || Completed || Yes : Niki Simmalavong |
|- | |- | ||
| void bio_putch(int c) || award || Completed || Yes : Amy Ward | | void bio_putch(int c) || award || Completed || Yes : Amy Ward |
Revision as of 20:34, 15 February 2010
Team !You - To the main team page.
- A link to the assignment.
- A link to the Codes' snippet.
Contents
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 : Felipe de Oliveira |
void bio_flush() | fmDeOliveira | Completed | Yes : Felipe de Oliveira |
int bio_getch() | ammisko | Completed | Yes : Andrew Misko |
void bio_move(int r, int c) | nsimmalavong | Completed | Yes : Niki Simmalavong |
void bio_putch(int c) | award | Completed | Yes : Amy Ward |
void bio_putstr(const char* str) | Minooz | Completed | Yes : Minoo Ziaei |
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 | Debugging | |
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 |
Task 3: Other Complex Functions
Function | Members Working On It | Status | Committed : BY |
---|---|---|---|
bio_display | |||
bio_displayflag | |||
bio_flag | |||
bio_displayMenuItem | |||
bio_menuItem |