1
edit
Changes
no edit summary
CButton (krush)
==Week 10==
Monday & Wednesday: Imtiaz and I worked did pair programming on CField class. Worked on constructor class.
Friday & Sunday: we did pair programming for public and virtual methods(mention below) and store its definitions in cfield.cpp file on Friday at school and later online on skype.
void** data()
const void* pdata() const
void display(int offset)
int edit(int maxStrLength, bool* insertMode, int* offset, int* curPos)
bool editable() const
void set(const void*)
- On Sunday, we meet at Tim's Horton to work on cfield class. After several attempt of debug, we were able to debug without any error message.
==Week 11==
Tuesday: This week, we did a pair programming for 2 classes CLine and CLabel while helping each other. By the end of the Tuesday, we had implemented public methods for clable.cpp:
void draw(int)
int edit()
bool editable() const
void set(const void*)
Wednesday: We worked on clabel class private method:
void allocateAndCopy(const char*)
Also, we did pair programming for CLine class and coded following classes:
void draw(int)
int edit()
bool editable() const
void set(const void*)
void allocateAndCopy(const char*)
==Week 12==
Monday & Tuesday: On Monday, we did pair programming for A(0.2) last class CButton.