Difference between revisions of "OOP244 - return 0; Project Dev Page - 20102"

From CDOT Wiki
Jump to: navigation, search
(Created page.)
 
(Project Development Updates)
Line 1: Line 1:
= Project Development Updates =
+
=== Team Task Distribution ===
 +
 
 +
<big><pre>
 +
AMKHAMAR- [iof_displayflag()]
 +
  [iof_flag()]
 +
  [iof_edit(): Left key]
 +
  [iof_edit(): Home and End Key]
 +
  [Test BCC platform]
 +
 
 +
BIJ- [iof_displayMenuItem()]
 +
  [iof_menuItem()]
 +
  [iof_edit(): Right Key]
 +
  [iof_edit(): Insert Key]
 +
  [iof_edit(): Tab Key]
 +
  [Test VCC platfrom]
 +
 
 +
SrChandr- [iof_edit(): Corrections before editing]
 +
  [iof_edit(): Backspace Key]
 +
  [iof_edit(): Enter and All function key]
 +
  [iof_edit(): data entry, overstrike mode]
 +
  [Test Linux platform]
 +
 
 +
FDJarlais- [iof_edit(): Escape key, including Undo (memory allocation and release in C (malloc() and free())]
 +
  [iof_edit(): Delete Key]
 +
  [iof_edit(): data entry, insert mode]
 +
  [Test Mac platform]
 +
  [Overall review before final release]
 +
</pre></big>

Revision as of 12:25, 15 July 2010

Team Task Distribution

AMKHAMAR- [iof_displayflag()]
   [iof_flag()]
   [iof_edit(): Left key]
   [iof_edit(): Home and End Key] 
   [Test BCC platform]

BIJ- [iof_displayMenuItem()]
   [iof_menuItem()]
   [iof_edit(): Right Key]
   [iof_edit(): Insert Key]
   [iof_edit(): Tab Key]
   [Test VCC platfrom]

SrChandr- [iof_edit(): Corrections before editing]
   [iof_edit(): Backspace Key]
   [iof_edit(): Enter and All function key]
   [iof_edit(): data entry, overstrike mode]
   [Test Linux platform]

FDJarlais- [iof_edit(): Escape key, including Undo (memory allocation and release in C (malloc() and free())]
   [iof_edit(): Delete Key]
   [iof_edit(): data entry, insert mode]
   [Test Mac platform]
   [Overall review before final release]