Difference between revisions of "Team !YOU - BIO Library"
Fmdeoliveira (talk | contribs) m (→Added Topic Title) |
Fmdeoliveira (talk | contribs) m (→Added Task 2) |
||
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]. | ||
= Basic Input Output Library = | = Basic Input Output Library = | ||
− | |||
== Task 1: Committing Simple Function == | == Task 1: Committing Simple Function == | ||
Line 31: | Line 32: | ||
|} | |} | ||
− | + | ||
+ | == Task 2: bio_edit() switch cases == | ||
+ | |||
+ | |||
+ | {| class="wikitable" border="1" | ||
+ | |+ bio_edit() switch cases | ||
+ | ! case !! Member Responsible !! Status | ||
+ | |- | ||
+ | | UP_KEY || || | ||
+ | |- | ||
+ | | DOWN_KEY || || | ||
+ | |- | ||
+ | | LEFT_KEY || || | ||
+ | |- | ||
+ | | RIGHT_KEY || || | ||
+ | |- | ||
+ | | PGUP_KEY || || | ||
+ | |- | ||
+ | | PGDN_KEY || || | ||
+ | |- | ||
+ | | ENTER_KEY || || | ||
+ | |- | ||
+ | | TAB_KEY || || | ||
+ | |- | ||
+ | | BACKSPACE_KEY || || | ||
+ | |- | ||
+ | | DEL_KEY || || | ||
+ | |- | ||
+ | | HOME_KEY || || | ||
+ | |- | ||
+ | | END_KEY || || | ||
+ | |- | ||
+ | | ESCAPE_KEY || || | ||
+ | |- | ||
+ | | INSERT_KEY || || | ||
+ | |- | ||
+ | | F1_KEY || || | ||
+ | |- | ||
+ | | F2_KEY || || | ||
+ | |- | ||
+ | | F3_KEY || || | ||
+ | |- | ||
+ | | F4_KEY || || | ||
+ | |- | ||
+ | | F5_KEY || || | ||
+ | |- | ||
+ | | F6_KEY || || | ||
+ | |- | ||
+ | | F7_KEY || || | ||
+ | |- | ||
+ | | F8_KEY || || | ||
+ | |- | ||
+ | | F9_KEY || || | ||
+ | |- | ||
+ | | F10_KEY || || | ||
+ | |- | ||
+ | | F11_KEY || || | ||
+ | |- | ||
+ | | F12_KEY || || | ||
+ | |} |
Revision as of 12:22, 8 February 2010
Team !You - To the main team page.
A link to the assignment.
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 | ||
DOWN_KEY | ||
LEFT_KEY | ||
RIGHT_KEY | ||
PGUP_KEY | ||
PGDN_KEY | ||
ENTER_KEY | ||
TAB_KEY | ||
BACKSPACE_KEY | ||
DEL_KEY | ||
HOME_KEY | ||
END_KEY | ||
ESCAPE_KEY | ||
INSERT_KEY | ||
F1_KEY | ||
F2_KEY | ||
F3_KEY | ||
F4_KEY | ||
F5_KEY | ||
F6_KEY | ||
F7_KEY | ||
F8_KEY | ||
F9_KEY | ||
F10_KEY | ||
F11_KEY | ||
F12_KEY |