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

From CDOT Wiki
Jump to: navigation, search
(choosed functions to code)
m (Part 2- complex functions: Added my selections)
Line 42: Line 42:
 
| DEL_KEY || apliats || -  
 
| DEL_KEY || apliats || -  
 
|-
 
|-
| END_KEY || Learn ID || -  
+
| END_KEY || mjschranz || -  
 
|-
 
|-
| TAB_KEY || Learn ID || -
+
| TAB_KEY || mjschranz || -
 
|-
 
|-
 
| Other optional key || Learn ID|| -  
 
| Other optional key || Learn ID|| -  
Line 58: Line 58:
 
! functions !! Member Responsible !! Status  
 
! functions !! Member Responsible !! Status  
 
|-
 
|-
| void iof_displayflag()  || Learn ID|| -
+
| void iof_displayflag()  || mjschranz|| -
 
|-
 
|-
 
| int iof_flag() || Learn ID || -  
 
| int iof_flag() || Learn ID || -  

Revision as of 07:40, 11 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

Part 2- complex functions

int iof_edit() Special Key switch cases
staus- work in progress
Keys Member Responsible Status
BACKSPACE_KEY jquan4 -
LEFT_KEY jquan4 -
RIGHT_KEY jquan4 -
HOME_KEY apliats -
DEL_KEY apliats -
END_KEY mjschranz -
TAB_KEY mjschranz -
Other optional key Learn ID -
Other optional key Learn ID -
Other optional key Learn ID -
other complex functions
staus- work in progress
functions Member Responsible Status
void iof_displayflag() mjschranz -
int iof_flag() Learn ID -
void iof_displayMenuItem() Learn ID -
int iof_menuItem() Learn ID -