Difference between revisions of "OOP244 - HOTYS Project Dev Page - 20101"
(→HOTYS Project Deveopement Page) |
(→HOTYS Project Development Page: Added division of simple functions as per meeting log 2) |
||
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''' == | ||
+ | <p> | ||
+ | So far, we have decided to split up the functions in the proceeding manner until Fardad has assigned work out. | ||
+ | </p> | ||
+ | <br /> | ||
+ | <ul> | ||
+ | |||
+ | <li>YuJin: | ||
+ | <ul> | ||
+ | <li>int iof_getch(void) </li> | ||
+ | <li>void iof_flush(void) </li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li>Steph: | ||
+ | <ul> | ||
+ | <li>void iof_init(void)</li> | ||
+ | <li>void iof_movecur(int r, int c)</li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li>Han: | ||
+ | <ul> | ||
+ | <li>void iof_clrscr(void)</li> | ||
+ | <li>void iof_end(void)</li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li>Tony: | ||
+ | <ul> | ||
+ | <li>void iof_prnstr(const char *s)</li> | ||
+ | <li>int iof_rows(void)</li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li>Ozzy: | ||
+ | <ul> | ||
+ | <li>int iof_cols(void)</li> | ||
+ | <li>void iof_putch(int c)</li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | </ul> | ||
+ | <br /> <br /> |
Revision as of 13:16, 30 May 2010
Team HOTYS - To the main team page.
HOTYS Project Development Page
So far, we have decided to split up the functions in the proceeding manner until Fardad has assigned work out.
- YuJin:
- int iof_getch(void)
- void iof_flush(void)
- Steph:
- void iof_init(void)
- void iof_movecur(int r, int c)
- Han:
- void iof_clrscr(void)
- void iof_end(void)
- Tony:
- void iof_prnstr(const char *s)
- int iof_rows(void)
- Ozzy:
- int iof_cols(void)
- void iof_putch(int c)