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

From CDOT Wiki
Jump to: navigation, search
(Accomplishments)
Line 12: Line 12:
 
**edit()
 
**edit()
 
**draw()
 
**draw()
 +
 +
* Tuesday: Justin- Had team meeting to discuss how CFrame worked with its parents, wrote functions for retrieving and setting rows, cols, height, width
  
 
== <u>'''Bugs/Problems'''</u> ==
 
== <u>'''Bugs/Problems'''</u> ==

Revision as of 12:56, 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()
  • Tuesday: Justin- Had team meeting to discuss how CFrame worked with its parents, wrote functions for retrieving and setting rows, cols, height, width

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.