Difference between revisions of "Team C Project Dev Page 20103 - OOP344"

From CDOT Wiki
Jump to: navigation, search
(prj0.1)
(prj0.2)
Line 24: Line 24:
 
                                                 Line Editor: int iol_edit(.....)              (everybody)
 
                                                 Line Editor: int iol_edit(.....)              (everybody)
  
1.Griffith, John Douglas, jdgriffith:     TAB, Insert (2 keys); int iol_flag(......) (1 function)
+
1.jdgriffith:   TAB, Insert (2 keys); int iol_flag(......) (1 function)
  
2.Wu, Ling, lwu11:                         DEL, BackSpace ( 2 keys); void_displayflag(....) (1 function)
+
2.lwu11:         DEL, BackSpace ( 2 keys); void_displayflag(....) (1 function)
  
3.Tait matthew Robert mrtait1:                   Right, home, End  (3 keys); void iol_displayMenuItem    (1 function)
+
3.mrtait1:       Left,Right, home, End  (4 keys); void iol_displayMenuItem    (1 function)
  
4.Pablo Molina Matute, Joan:                   TAB, Insert (2 keys); int iol_flag(......) (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)

Revision as of 14:00, 17 October 2010


OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources

Team C Development Page:

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)