Difference between revisions of "Team C Project Dev Page 20103 - OOP344"
Jdgriffith (talk | contribs) |
Jdgriffith (talk | contribs) |
||
Line 22: | Line 22: | ||
*Last updated by jdgriffith | *Last updated by jdgriffith | ||
*Not in use | *Not in use | ||
+ | |||
== prj0.1== | == prj0.1== | ||
Line 42: | Line 43: | ||
* Line Editor: int iol_edit(.....) (everybody) | * Line Editor: int iol_edit(.....) (everybody) | ||
+ | |||
+ | |||
== prj1.0== | == prj1.0== | ||
Line 48: | Line 51: | ||
− | == prj5.0 To Do == | + | == prj5.0 == |
+ | |||
+ | === To Do === | ||
*1. FWBorder | *1. FWBorder | ||
Line 55: | Line 60: | ||
− | == | + | === Member Task === |
*1.jdgriffith: FWDialog, FWLabel, FWCheck, FWMenuItem(Maybe) - (4 Classes) | *1.jdgriffith: FWDialog, FWLabel, FWCheck, FWMenuItem(Maybe) - (4 Classes) |
Revision as of 00:16, 17 November 2010
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Team C Development Page:
Contents
Team C
- John Griffith -- Team C
- Ling Wu -- Team C
- Matthew Tait -- Team C
- Juan Pablo Molina Matute-- Team C
Platforms
* jdgriffith - VCC * lwu11 - BCC * mrtait1 - MAC * Joan - LNX
Trunk Status
- Last updated by jdgriffith
- Not in use
prj0.1
* jdgriffith - VCC * lwu11 - BCC * mrtait1 - MAC * Joan - LNX
prj0.2
- 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(..........)(1 function)
- Line Editor: int iol_edit(.....) (everybody)
prj1.0
On windows, ran all of the testing cases using the provided testing program(iol_tester).
prj5.0
To Do
- 1. FWBorder
- 2. FWDialog, FWField
- 3. FWLabel, FWButton, FWLineEdit, FWText
Member Task
- 1.jdgriffith: FWDialog, FWLabel, FWCheck, FWMenuItem(Maybe) - (4 Classes)
- 2.lwu11: FWBorder, FWButton, FWText - (3 Classes)
- 3.mrtait1: FWField, FWLineEdit, FWValEdit - (3 Clsses)
- 4.Undecided: FWCheckList(Maybe), FWMenu(Maybe)