Difference between revisions of "BTP300B A2 Team 3 Bugs Report"

From CDOT Wiki
Jump to: navigation, search
(Accomplishments)
Line 5: Line 5:
 
<u>''' Week 1 - Oct 6 - 12 '''</u>
 
<u>''' Week 1 - Oct 6 - 12 '''</u>
 
* Sunday - Alek: Initial creation of the various files required for getting started on the project: iframe.h, cfg.h, cframe.h/cpp, etc.
 
* Sunday - Alek: Initial creation of the various files required for getting started on the project: iframe.h, cfg.h, cframe.h/cpp, etc.
 
+
* Monday - Alek: Basic functionality of the following methods were implemented (approximately 60% complete). A simplified version of a2test.cpp is used to test these methods:
 +
**Constructors and destructors
 +
**setLine()
 +
**capture()
 +
**display()
 +
**edit()
 +
**draw()
  
 
== <u>'''Bugs/Problems'''</u> ==
 
== <u>'''Bugs/Problems'''</u> ==

Revision as of 23:50, 7 October 2013

<-- Go Back

Accomplishments

Week 1 - Oct 6 - 12

  • Sunday - Alek: Initial creation of the various files required for getting started on the project: iframe.h, cfg.h, cframe.h/cpp, etc.
  • Monday - Alek: Basic functionality of the following methods were implemented (approximately 60% complete). A simplified version of a2test.cpp is used to test these methods:
    • Constructors and destructors
    • setLine()
    • capture()
    • display()
    • edit()
    • draw()

Bugs/Problems

Week 1 - Oct 6 - 12

  • Sunday - Alek: a2test includes CDialog, etc. which will not be implemented until Part 2. Therefore, we cannot even compile it for Part 1 of this assignment. For now, I have deleted the parts that are not required for Part 1 so that it can be compiled, built, and used for Part 1 of the assignment.