Difference between revisions of "OOP344 - Team Nothing Project Development Page - 20102"

From CDOT Wiki
Jump to: navigation, search
(Created NEW Project Development Page because the old one was titled OOP244 and 20101)
 
m (Tasks missing)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
=Basic I/O Function Set v1.0 - Task Distribution for Complex Functions=
 
=Basic I/O Function Set v1.0 - Task Distribution for Complex Functions=
 +
 +
=== Tasks missing ===
 +
* No missing task so far
 +
  
 
<big><pre>
 
<big><pre>
A- [displayflag()],  
+
A- [iof_displayflag()],  
   [flag()]
+
   [iof_flag()]
   [edit(): Leftkey]
+
   [iof_edit(): Leftkey]
 
   [Test BCC platform]
 
   [Test BCC platform]
  
B- [displayMenuItem()],  
+
B- [iof_displayMenuItem()],  
   [MenuItem()]
+
   [iof_menuItem()]
   [edit(): RightKey]
+
   [iof_edit(): RightKey]
 
   [Test VCC platfrom]
 
   [Test VCC platfrom]
  
C- [edit(): Corrections before editing]
+
C- [iof_edit(): Corrections before editing]
   [edit(): BackspaceKey]
+
   [iof_edit(): BackspaceKey]
   [edit(): Enter and All function keys]
+
   [iof_edit(): Enter and All function keys]
 
   [Test Linux platform]
 
   [Test Linux platform]
  
D- [edit(): Escape key, including Undo (memory allocation and release)]
+
D- [iof_edit(): Escape key, including Undo (memory allocation and release)]
   [edit(): DeleteKey]
+
   [iof_edit(): DeleteKey]
   [edit(): data entry, insert mode]
+
   [iof_edit(): data entry, insert mode]
 
   [Test Mac platform]
 
   [Test Mac platform]
  
E- [edit(): Home and End Key]  
+
E- [iof_edit(): Home and End Key]  
 
   [InsertKey]
 
   [InsertKey]
 
   [TabKey]
 
   [TabKey]
 
   [data entry, overstrike mode]
 
   [data entry, overstrike mode]
   [Overall review beofre final release]
+
   [Overall review before final release]
 
</pre></big>
 
</pre></big>

Latest revision as of 22:30, 14 June 2010


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

Basic I/O Function Set v1.0 - Task Distribution for Complex Functions

Tasks missing

  • No missing task so far


A- [iof_displayflag()], 
   [iof_flag()]
   [iof_edit(): Leftkey]
   [Test BCC platform]

B- [iof_displayMenuItem()], 
   [iof_menuItem()]
   [iof_edit(): RightKey]
   [Test VCC platfrom]

C- [iof_edit(): Corrections before editing]
   [iof_edit(): BackspaceKey]
   [iof_edit(): Enter and All function keys]
   [Test Linux platform]

D- [iof_edit(): Escape key, including Undo (memory allocation and release)]
   [iof_edit(): DeleteKey]
   [iof_edit(): data entry, insert mode]
   [Test Mac platform]

E- [iof_edit(): Home and End Key] 
   [InsertKey]
   [TabKey]
   [data entry, overstrike mode]
   [Overall review before final release]