Difference between revisions of "Team !YOU - BIO Library"
(→Task 2: bio_edit() switch cases) |
|||
Line 1: | Line 1: | ||
<big><big>'''[http://zenit.senecac.on.ca/wiki/index.php/Team_!YOU_-_OOP344 Team !You]'''</big></big> - To the main team page. | <big><big>'''[http://zenit.senecac.on.ca/wiki/index.php/Team_!YOU_-_OOP344 Team !You]'''</big></big> - To the main team page. | ||
− | A link to the [http://zenit.senecac.on.ca/wiki/index.php/BIOF_20101_%28AS1%29_-_OOP344 assignment]. | + | *A link to the [http://zenit.senecac.on.ca/wiki/index.php/BIOF_20101_%28AS1%29_-_OOP344 assignment]. |
+ | *A link to the [http://zenit.senecac.on.ca/wiki/index.php/Team_!YOU_-_Codes Codes' snippet]. | ||
= Basic Input Output Library = | = Basic Input Output Library = |
Revision as of 21:35, 8 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 |
---|---|---|
void bio_init() | MattAdams | |
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 | |
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 |
---|---|---|
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 |