Difference between revisions of "Team !YOU - BIO Library"
m (→Basic Input Output Library: Updated my status for the group tasks list) |
(→Basic Input Output Library update) |
||
Line 26: | Line 26: | ||
| void bio_putch(int c) || award || | | void bio_putch(int c) || award || | ||
|- | |- | ||
− | | void bio_putstr(const char* str) || Minooz || | + | | void bio_putstr(const char* str) || Minooz || commited |
|} | |} | ||
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]. |
Revision as of 10:11, 6 February 2010
Team !You - To the main team page.
Basic Input Output Library
Function | Member Responsible | Status |
---|---|---|
void bio_init() | MattAdams | |
void bio_end() | tjcatibog | |
int bio_rows() | CDNPadawan | Having problems with VS not finding ncurses.h file, Working on problem will commit once solved |
int bio_cols() | CDNPadawan | Having problems with VS not finding ncurses.h file, Working on problem will commit once solved |
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 |
A link to the assignment.