Difference between revisions of "OOP244 - HOTYS Project Dev Page - 20101"
Takeiteasy (talk | contribs) (→Complex Functions: added the link to complex functions) |
Takeiteasy (talk | contribs) (→Simple Functions: added link to the simple functions and updated the content) |
||
Line 1: | Line 1: | ||
<big><big>'''[http://zenit.senecac.on.ca/wiki/index.php/OOP344_-_HOTYS_-_20102 Team HOTYS]'''</big></big> - To the main team page. | <big><big>'''[http://zenit.senecac.on.ca/wiki/index.php/OOP344_-_HOTYS_-_20102 Team HOTYS]'''</big></big> - To the main team page. | ||
== '''HOTYS Project Development Page''' == | == '''HOTYS Project Development Page''' == | ||
− | == | + | ==[http://zenit.senecac.on.ca/wiki/index.php/Oop344_20102_-_iof_functions#Simple_Functions Simple Functions]== |
<p> | <p> | ||
− | + | We have decided to split up the functions in the proceeding manner. | |
</p> | </p> | ||
+ | <big><pre> | ||
+ | Han: | ||
+ | - void iof_clrscr(void); | ||
+ | - void iof_end(void); | ||
+ | |||
+ | Ozzy: | ||
+ | - int iof_cols(void); | ||
+ | - void iof_putch(int c); | ||
+ | |||
+ | Tony: | ||
+ | - void iof_prnstr(const char *s); | ||
+ | - int iof_rows(void); | ||
+ | |||
+ | YuJin: | ||
+ | - int iof_getch(void); | ||
+ | - void iof_flush(void); | ||
+ | |||
+ | Stephanie: | ||
+ | - void iof_init(void); | ||
+ | - void iof_movecur(int r, int c); | ||
+ | </pre></big> | ||
<br /> | <br /> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== [http://zenit.senecac.on.ca/wiki/index.php/Oop344_20102_-_iof_functions#Complex_Functions Complex Functions] == | == [http://zenit.senecac.on.ca/wiki/index.php/Oop344_20102_-_iof_functions#Complex_Functions Complex Functions] == |
Revision as of 14:52, 13 June 2010
Team HOTYS - To the main team page.
HOTYS Project Development Page
Simple Functions
We have decided to split up the functions in the proceeding manner.
Han: - void iof_clrscr(void); - void iof_end(void); Ozzy: - int iof_cols(void); - void iof_putch(int c); Tony: - void iof_prnstr(const char *s); - int iof_rows(void); YuJin: - int iof_getch(void); - void iof_flush(void); Stephanie: - void iof_init(void); - void iof_movecur(int r, int c);
Complex Functions
The following is the task distribution.
Han A- [displayFlag()] [flag()] [edit(): Left key] [Test BCC platform] Ozzy B- [edit(): Escape key, including Undo (memory allocation and release)] [edit(): Delete Key] [edit(): Right Key] [Test VCC platfrom] Tony C- [edit(): Corrections before editing] [edit(): Backspace Key] [edit(): Enter and All function keys] [Test Mac platform] YuJin D- [displayMenuItem()] [MenuItem()] [edit(): data entry - insert mode] [Test Linux platform] Stephanie E- [edit(): Home and End Key] [edit(): Insert Key and Tab Key] [edit(): data entry - overstrike mode] [Overall review before final release]