Difference between revisions of "BTP300B Team 6 Weekly Log"
Elsi Nushaj (talk | contribs) (→Week 2) |
Elsi Nushaj (talk | contribs) (→Week 3) |
||
Line 25: | Line 25: | ||
==Week 3 == | ==Week 3 == | ||
+ | 10/24/2012: Outlined an overall structure of the assignment and visualized how each function and member is connected to each other. | ||
+ | 10/25/2012: Wrote out the framework of the header and cpp files. | ||
+ | |||
+ | 10/25/2012: Coded and completed the following functions: absrow, abscol, goMiddle and all of the fetch and set functions (bordered, frame, row, col, height and width) | ||
+ | |||
+ | 10/27/2012: Rough outline of CFrame and setLine function was started | ||
+ | |||
+ | 10/28/2012: CFrame and setLine functions finished. | ||
+ | |||
+ | 10/29/2012: capture and draw functions started and finished | ||
+ | |||
==Week 4 == | ==Week 4 == | ||
==Week 5 == | ==Week 5 == |
Revision as of 01:19, 9 October 2012
Contents
Week 1
- 10/09/2012: Got into group and finished the display function (Assignment 1).
- 10/10/2012: Finished the definitions for each key in the edit function (Assignment 1).
- 10/11/2012: Met early and completed the edit function.
- 10/11/2012: Contributed question about macros/pre-processors and whether string substitution is possible.
- 10/12/2012: Debugged most of the code and got an executable file.
- 10/12/2012: Started debugging (Assignment 1).
Week 2
10/17/2012: Further debugging of the code including left and right movement. 10/18/2012: Fixing errors to with the text going off the field length.
10/19/2012: Fixing errors to do with the printing of unwanted characters.
10/19/2012: Contributed question about pointer arithmetic precedence and whether *(int*) p is same as (*(int*)p) for void* p;
10/20/2012: Debugged the majority of the remaining code and compiled and tested on different platforms (after school nearly 5+ hours).
10/21/2012: Updated some code and almost fully debugged (after school nearly 3+ hours). 10/22/2012: Wrote application file. Compiling and preparing for submission.
Week 3
10/24/2012: Outlined an overall structure of the assignment and visualized how each function and member is connected to each other. 10/25/2012: Wrote out the framework of the header and cpp files.
10/25/2012: Coded and completed the following functions: absrow, abscol, goMiddle and all of the fetch and set functions (bordered, frame, row, col, height and width)
10/27/2012: Rough outline of CFrame and setLine function was started
10/28/2012: CFrame and setLine functions finished.
10/29/2012: capture and draw functions started and finished