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

From CDOT Wiki
Jump to: navigation, search
(Bugs/Problems)
(Accomplishments)
Line 8: Line 8:
 
**Constructors and destructors
 
**Constructors and destructors
 
**setLine()
 
**setLine()
**capture()
+
**capture() and restore()
 
**display()
 
**display()
 
**edit()
 
**edit()

Revision as of 00:13, 8 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() and restore()
    • 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.
  • Monday - Alek: There were no bugs encountered today.