Open main menu

CDOT Wiki β

Changes

Team Mighty Morphin Coding Rangers - OOP344

1,601 bytes added, 20:26, 17 February 2010
/* Project Progress list updated.
== Project Progress ==
Update the current project's progress here. List what's done in each part, and what's not done. Simply cross-out things that are done.
 
<s>'''void bio_init(void)'''</s><br/>
''(COMPLETE)''<br/>
<br/>
<s>'''void bio_end(void)'''</s><br/>
''(COMPLETE)''<br/>
<br/>
<s>'''int bio_rows(void)'''</s><br/>
''(COMPLETE)''<br/>
<br/>
<s>'''int bio_cols(void)'''</s><br/>
''(COMPLETE)''<br/>
<br/>
<s>'''void bio_clrscr(void)'''</s><br/>
''(COMPLETE)''<br/>
<br/>
<s>'''void bio_flush(void)'''</s><br/>
''(COMPLETE)''<br/>
<br/>
<s>'''int bio_getch(void)'''</s><br/>
''(COMPLETE)''<br/>
<br/>
<s>'''void bio_move(int row, int col)'''</s><br/>
''(COMPLETE)''<br/>
<br/>
<s>'''void bio_putch(int ch)'''</s><br/>
''(COMPLETE)''<br/>
<br/>
<s>'''void bio_putstr(const char* str)'''</s><br/>
''(COMPLETE)''<br/>
<br/>
 
===Complex Functions===
'''void bio_putint(int val)'''<br/>
''(IN PROGRESS)''<br/>
* what needs to be done
* <s>what is complete</s>
 
<br/>
'''void bio_display(const char* str, int row, int col, int len)'''<br/>
''(IN PROGRESS)''<br/>
<br/>
'''void bio_displayflag(const char* format, int row, int col, int status)'''<br/>
''(IN PROGRESS)''<br/>
<br/>
'''int bio_flag(const char* format, int row, int col, int* status, int radio)'''<br/>
''(IN PROGRESS)''<br/>
<br/>
'''int bio_edit(char* str, int row, int col, int fieldlen, int maxdatalen, int *insertmode, int *offset, int *curpos, int IsTextEditor)'''<br/>
''(IN PROGRESS)''<br/>
<br/>
'''void bio_displayMenuItem(const char *format, const char *menuItem, int row, int col, int len, int status)'''<br/>
''(IN PROGRESS)''<br/>
<br/>
'''int bio_menuItem(const char* format, const char* menuItem, int row, int col, int len, int* status)'''<br/>
''(IN PROGRESS)''<br/>
<br/>
== A1 Function assignment ==
1
edit