Difference between revisions of "Team !YOU - BIO Library"

From CDOT Wiki
Jump to: navigation, search
(Basic Input Output Library)
(Basic Input Output Library)
Line 22: Line 22:
 
| int bio_getch() || ammisko ||
 
| int bio_getch() || ammisko ||
 
|-
 
|-
| void bio_move(int r, int c) || nsimmalavong ||
+
| void bio_move(int r, int c) || nsimmalavong || completed
 
|-
 
|-
 
| void bio_putch(int c) || award ||
 
| void bio_putch(int c) || award ||

Revision as of 00:42, 4 February 2010

Team !You - To the main team page.

Basic Input Output Library

Simple Function Commit Tasks
Function Member Responsible Status
void bio_init() MattAdams
void bio_end() tjcatibog
int bio_rows() CDNPadawan
int bio_cols() CDNPadawn
void bio_clrscr() fmDeOliveira working on it
void bio_flush() fmDeOliveira working on it
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 Will work on it!

A link to the assignment.