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

From CDOT Wiki
Jump to: navigation, search
m (Function Distribution)
m (Assigned people to different functions)
Line 8: Line 8:
 
! Function !! Member Responsible
 
! Function !! Member Responsible
 
|-
 
|-
| void bio_init() || -
+
| void bio_init() || MattAdams
 
|-
 
|-
| void bio_end() || -
+
| void bio_end() || tjcatibog
 
|-
 
|-
| int bio_rows() || -
+
| int bio_rows() || CDNPadawan
 
|-
 
|-
| int bio_cols() || -
+
| int bio_cols() || CDNPadawn
 
|-
 
|-
| void bio_clrscr() || -
+
| void bio_clrscr() || fmDeOliveira
 
|-
 
|-
| void bio_flush() || -
+
| void bio_flush() || fmDeOliveira
 
|-
 
|-
| int bio_getch() || -
+
| int bio_getch() || ammisko
 
|-
 
|-
| void bio_move(int r, int c) || -
+
| void bio_move(int r, int c) || nsimmalavong
 
|-
 
|-
| void bio_putch(int c) || -
+
| void bio_putch(int c) || award
 
|-
 
|-
| void bio_putstr(const char* str) || -
+
| void bio_putstr(const char* str) || Minooz
 
|}
 
|}
  
 
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 22:05, 1 February 2010

Team !You - To the main team page.

Basic Input Output Library

Simple Function Commit Tasks
Function Member Responsible
void bio_init() MattAdams
void bio_end() tjcatibog
int bio_rows() CDNPadawan
int bio_cols() CDNPadawn
void bio_clrscr() fmDeOliveira
void bio_flush() fmDeOliveira
int bio_getch() ammisko
void bio_move(int r, int c) nsimmalavong
void bio_putch(int c) award
void bio_putstr(const char* str) Minooz

A link to the assignment.