Difference between revisions of "Team !YOU - BIO Library"
Fmdeoliveira (talk | contribs) m (→Edited Members Responsible for Task 2) |
Fmdeoliveira (talk | contribs) m (→Edited Member Responsible for some keys on Task 2) |
||
Line 41: | Line 41: | ||
! case !! Member Responsible !! Status !! Committed : BY | ! case !! Member Responsible !! Status !! Committed : BY | ||
|- | |- | ||
− | | UP_KEY || | + | | UP_KEY || fmdeoliveira || Completed || |
|- | |- | ||
− | | DOWN_KEY || | + | | DOWN_KEY || fmdeoliveira || Completed || |
|- | |- | ||
| LEFT_KEY || tjcatibog || Completed || mziaei1 | | LEFT_KEY || tjcatibog || Completed || mziaei1 | ||
Line 49: | Line 49: | ||
| RIGHT_KEY || tjcatibog, mziaei1 || Completed, Debugged || mziaei1 | | RIGHT_KEY || tjcatibog, mziaei1 || Completed, Debugged || mziaei1 | ||
|- | |- | ||
− | | PGUP_KEY || | + | | PGUP_KEY || fmdeoliveira || Completed || |
|- | |- | ||
− | | PGDN_KEY || | + | | PGDN_KEY || fmdeoliveira || Completed || |
|- | |- | ||
| ENTER_KEY || mziaei || Completed || | | ENTER_KEY || mziaei || Completed || | ||
Line 67: | Line 67: | ||
| ESCAPE_KEY || tjcatibog || Completed || | | ESCAPE_KEY || tjcatibog || Completed || | ||
|- | |- | ||
− | | INSERT_KEY || | + | | INSERT_KEY || tjcatibog || Completed || |
|- | |- | ||
− | | F1_KEY || | + | | F1_KEY || fmdeoliveira || Completed || |
|- | |- | ||
− | | F2_KEY || | + | | F2_KEY || fmdeoliveira || Completed || |
|- | |- | ||
− | | F3_KEY || | + | | F3_KEY || fmdeoliveira || Completed || |
|- | |- | ||
− | | F4_KEY || | + | | F4_KEY || fmdeoliveira || Completed || |
|- | |- | ||
− | | F5_KEY || | + | | F5_KEY || fmdeoliveira || Completed || |
|- | |- | ||
− | | F6_KEY || | + | | F6_KEY || fmdeoliveira || Completed || |
|- | |- | ||
− | | F7_KEY || | + | | F7_KEY || fmdeoliveira || Completed || |
|- | |- | ||
− | | F8_KEY || | + | | F8_KEY || fmdeoliveira || Completed || |
|- | |- | ||
− | | F9_KEY || | + | | F9_KEY || fmdeoliveira || Completed || |
|- | |- | ||
− | | F10_KEY || | + | | F10_KEY || fmdeoliveira || Completed || |
|- | |- | ||
− | | F11_KEY || | + | | F11_KEY || fmdeoliveira || Completed || |
|- | |- | ||
− | | F12_KEY || | + | | F12_KEY || fmdeoliveira || Completed || |
|} | |} | ||
Revision as of 23:26, 25 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 | Yes : Matthew Daniels |
int bio_cols() | CDNPadawan | Completed | Yes : Matthew Daniels |
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 | fmdeoliveira | Completed | |
DOWN_KEY | fmdeoliveira | Completed | |
LEFT_KEY | tjcatibog | Completed | mziaei1 |
RIGHT_KEY | tjcatibog, mziaei1 | Completed, Debugged | mziaei1 |
PGUP_KEY | fmdeoliveira | Completed | |
PGDN_KEY | fmdeoliveira | Completed | |
ENTER_KEY | mziaei | Completed | |
TAB_KEY | tjcatibog, mziaei1 | Debugging, completed | mziaei1 |
BACKSPACE_KEY | tjcatibog, mziaei1 | Debugging, completed | mziaei1 |
DEL_KEY | tjcatibog, mziaei1 | Completed, Debugged | mziaei1 |
HOME_KEY | tjcatibog | Completed | mziaei1 |
END_KEY | tjcatibog, mziaei1 | Completed, Debugged | mziaei1 |
ESCAPE_KEY | tjcatibog | Completed | |
INSERT_KEY | tjcatibog | Completed | |
F1_KEY | fmdeoliveira | Completed | |
F2_KEY | fmdeoliveira | Completed | |
F3_KEY | fmdeoliveira | Completed | |
F4_KEY | fmdeoliveira | Completed | |
F5_KEY | fmdeoliveira | Completed | |
F6_KEY | fmdeoliveira | Completed | |
F7_KEY | fmdeoliveira | Completed | |
F8_KEY | fmdeoliveira | Completed | |
F9_KEY | fmdeoliveira | Completed | |
F10_KEY | fmdeoliveira | Completed | |
F11_KEY | fmdeoliveira | Completed | |
F12_KEY | fmdeoliveira | Completed |
Task 3: Other Complex Functions
Function | Members Working On It | Status | Committed : BY |
---|---|---|---|
bio_display | Fardad | completed | fmdeoliveira |
bio_displayflag | mziaei1 | completed | mziaei1 |
bio_flag | mdadams1 | completed | fmdeoliveira |
bio_displayMenuItem | ammisko, fmdeoliveira | completed | fmdeoliveira |
bio_menuItem | ammisko, fmdeoliveira | completed | fmdeoliveira |