Difference between revisions of "Team I typedef Foo - oop344 20111"
(→tasks update) |
(→Simple Functions Rel 0.1) |
||
Line 34: | Line 34: | ||
|} | |} | ||
− | == Simple Functions Rel 0.1 == | + | == Tasks == |
+ | === Simple Functions Rel 0.1 === | ||
'''due Wed Feb 2nd'''<br /> | '''due Wed Feb 2nd'''<br /> | ||
<br /> | <br /> | ||
Line 40: | Line 41: | ||
− | === Platform === | + | ==== Platform ==== |
* WIN VS | * WIN VS | ||
** Handle by Herman Wu [mailto:hwu46@learn.senecac.on.ca hwu46] | ** Handle by Herman Wu [mailto:hwu46@learn.senecac.on.ca hwu46] | ||
Line 57: | Line 58: | ||
− | === Functions to be include on each platform === | + | ==== Functions to be include on each platform ==== |
* void bio_initscr(void) | * void bio_initscr(void) | ||
* void bio_endscr(void) | * void bio_endscr(void) | ||
Line 68: | Line 69: | ||
* void bio_putch(int c) | * void bio_putch(int c) | ||
* void bio_prnstr(const char* s) | * void bio_prnstr(const char* s) | ||
− | |||
− | |||
== Complex Functions (Platform independent functions) Rel 0.2 == | == Complex Functions (Platform independent functions) Rel 0.2 == |
Revision as of 17:23, 28 January 2011
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
typedef Foo (Team I)
Project Marking Percentage
- due right after study break
Group work: XX% (25 <= xx <= 50) Individual work: XX% + (50 <= xx <= 75) ------------------------- Total 100%
Repository
- repo id: 9
Trunk Status
- committed/committing by
- id: emailid
- name: full name
- irc nick: mynick
- any other info
Team Members
First Name | Last Name | Section | Seneca Id | wiki id | IRC nick | Blog URL |
---|---|---|---|---|---|---|
Sean | Thistle | OOP344B | sthistle | sthistle | Yellow-Box_Mk2 | tToyEtSCciPe |
Herman | Wu | OOP344B | hwu46 | hwu46 | Herman_Wu | Herman's Blog |
Weichen | Liang | OOP344B | wliang11 | wliang11 | wliang | Will's blog |
Stephen | Edwards | OOP344A | swedwards | swedwards | swedwards | Steve's Blog |
Tasks
Simple Functions Rel 0.1
due Wed Feb 2nd
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) )
Platform
- WIN VS
- Handle by Herman Wu hwu46
- Status: Working..
- WIN Borland
- Handle by Weichen Liang wliang11
- Status: Working..
- Linux
- Handle by Sean Thistle sthistle
- Status: Working..
- Mac
- Need to be assign..
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)
Complex Functions (Platform independent functions) Rel 0.2
Functions to be include
- void bio_display(const char* str, int row, int col,unsigned int len)
- int bio_edit(char* str, int row, int col, int fieldlen, int maxdatalen, int* insertmode,
- int* offset, int* curpos, int IsTextEditor, int ReadOnly)
- void bio_displayflag(const char* format, int row, int col, int status);
- int bio_flag(const char* format, int row, int col, int* status, int radio);
- void bio_displayMenuItem(const char* format, const char* menuItem, int row, int col, int len, int status);
- int bio_menuItem(const char* format, const char* menuItem, int row, int col, int len, int* status);
meetings
- latest will be on top