Open main menu

CDOT Wiki β

Changes

BTP300B A2 Team 3 Bugs Report

376 bytes added, 21:50, 1 December 2013
no edit summary
** Added pure virtual function edit() to CField to be used by CDialog.
** Made minor modifications to CFrame to better handle the new classes.
 
* Saturday - Alek: Implemented the CDialog class.
** Main application implemented by the team.
* Saturday - Justin: Complete CLabel implemented.
 
* Saturday - Anson: Complete CLine implemented.
* Saturday - JustinAlek: Complete CLabel implementedThe assignment is now completed and will be submitted.
<u>''' Week 34: Nov 24 - 30 '''</u>* Saturday - Justin: CLabel constructor initialized its CField class incorrectly. Passed NULL to CField str and used set to modify it. * Saturday - Justin: CLabel::allocateAndCopy needs to use data()=, not data = to dynamically allocate memory for str.