Changes

Jump to: navigation, search

OOP244 - HOTYS Project Dev Page - 20101

259 bytes removed, 15:52, 13 June 2010
Simple Functions: added link to the simple functions and updated the content
<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''' ==
===[http://zenit.senecac.on.ca/wiki/index.php/Oop344_20102_-_iof_functions#Simple_Functions Simple Functions=]==
<p>
So far, we We have decided to split up the functions in the proceeding manner until Fardad has assigned work out.
</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 />
<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 />
== [http://zenit.senecac.on.ca/wiki/index.php/Oop344_20102_-_iof_functions#Complex_Functions Complex Functions] ==
1
edit

Navigation menu