Difference between revisions of "OOP244 - Success Project Dev Page - 20101"

From CDOT Wiki
Jump to: navigation, search
m (Notified of assignment being completed)
m
Line 1: Line 1:
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|+ Simple Function Commit Tasks
 
|+ Simple Function Commit Tasks
|+ Assignment Complete. Email was sent to farded and it has been branched into tags under iof_0.1
+
<br/>Assignment Complete. Email was sent to farded and it has been branched into tags under iof_0.1
 
! Function !! Member Responsible !! Status  
 
! Function !! Member Responsible !! Status  
 
|-
 
|-

Revision as of 10:26, 6 June 2010

Simple Function Commit Tasks
Assignment Complete. Email was sent to farded and it has been branched into tags under iof_0.1
Function Member Responsible Status
void iof_init() jquan4 Completed
void iof_end() jquan4 Completed
int iof_rows() apliats Completed
int iof_cols() apliats Completed
void iof_clrscr() ibalzamova Completed
void iof_flush() ibalzamova Completed
int iof_getch() mjschranz Completed
void iof_movecur(int r, int c) mjschranz Completed
void iof_putch(int c) mjschranz Completed
void iof_prntstr(const char* str) jquan4 Completed