Open main menu

CDOT Wiki β

Changes

Team I typedef Foo - oop344 20111

1,023 bytes removed, 11:50, 4 February 2011
update Tasks
<br /><br />
== Tasks ==
=== Simple Complex Functions (Platform independent functions) Rel 0.1 2 (or 0.5)==='''*due on Wed , Feb 2nd'''<br /><br />For now team members please assign a platform to work on, please note if there are any issues for certain function, so other team members can help or take over. ( most likely int bio_getch(void) )16th 23:59
 
==== Platform ====
* WIN VS
** Handle by Herman Wu [mailto:hwu46@learn.senecac.on.ca hwu46]
** Status: Working..
 
* WIN Borland
** Handle by Weichen Liang [mailto:wliang11@learn.senecac.on.ca wliang11]
** Status: Working..
 
* Linux
** Handle by Sean Thistle [mailto:sthistle@learn.senecac.on.ca sthistle]
** Status: Working..
 
* Mac
** Handle by Stephen Edwards [mailto:swedwards@learn.senecac.on.ca swedwards]
** Status: Working..
 
==== Functions to be include on each platform ====
* void bio_initscr(void)
* void bio_endscr(void)
* int bio_getrows(void)
* int bio_getcols(void)
* void bio_cls(void)
* void bio_flush(void)
* int bio_getch(void)
* void bio_curpos(int r, int c)
* void bio_putch(int c)
* void bio_prnstr(const char* s)
<br />
<br />
<br />
=== Complex Functions (Platform independent functions) Rel 0.2 ===
Not to be worry about it for now...
==== Functions to be include ====
*void bio_display(const char* str, int row, int col,unsigned int len)
1
edit