BTP300B A2 Team 3 Bugs Report
Revision as of 10:58, 13 October 2013 by Alek Minassian (talk | contribs)
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
Week 2 - Oct 13 - 19
- Sunday - Alek: The project has been set up on SVN including the branches, README, ChangeLog, and the build scripts for each of Microsoft, Borland, and Linux.
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.