Difference between revisions of "Team C Project Dev Page 20103 - OOP344"
(→prj0.1) |
(→prj0.2) |
||
Line 24: | Line 24: | ||
Line Editor: int iol_edit(.....) (everybody) | Line Editor: int iol_edit(.....) (everybody) | ||
− | 1. | + | 1.jdgriffith: TAB, Insert (2 keys); int iol_flag(......) (1 function) |
− | 2. | + | 2.lwu11: DEL, BackSpace ( 2 keys); void_displayflag(....) (1 function) |
− | 3. | + | 3.mrtait1: Left,Right, home, End (4 keys); void iol_displayMenuItem (1 function) |
− | 4. | + | 4.Joan: Escape(1key); |
+ | int iol_menuItem(const char* format,const char* menuItem, int row, int col, int len, int* status) | ||
+ | (1 function) |
Revision as of 13:00, 17 October 2010
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Team C Development Page:
Contents
Team C
Platforms
* jdgriffith - VCC * lwu11 - BCC * mrtait1 - MAC * Joan - LNX
prj0.1
* jdgriffith - VCC * lwu11 - BCC * mrtait1 - MAC * Joan - LNX
prj0.2
Line Editor: int iol_edit(.....) (everybody)
1.jdgriffith: TAB, Insert (2 keys); int iol_flag(......) (1 function)
2.lwu11: DEL, BackSpace ( 2 keys); void_displayflag(....) (1 function)
3.mrtait1: Left,Right, home, End (4 keys); void iol_displayMenuItem (1 function)
4.Joan: Escape(1key);
int iol_menuItem(const char* format,const char* menuItem, int row, int col, int len, int* status) (1 function)