OOP244 - HOTYS Project Dev Page - 20101

From CDOT Wiki
Revision as of 14:16, 30 May 2010 by OzZy (talk | contribs) (HOTYS Project Development Page: Added division of simple functions as per meeting log 2)
Jump to: navigation, search

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)