Difference between revisions of "Team !YOU - BIO Library"
Fmdeoliveira (talk | contribs) m (→Added Task 2) |
Fmdeoliveira (talk | contribs) m (→Added link to bio_edit() specs) |
||
Line 35: | Line 35: | ||
== Task 2: bio_edit() switch cases == | == Task 2: bio_edit() switch cases == | ||
+ | [http://zenit.senecac.on.ca/wiki/index.php/BIOF_20101_(AS1)_-_OOP344#Line_Editor:_int_bio_edit.28.........29 Function Specs Here] | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" |
Revision as of 12:23, 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 |