BTP300B A2 Team 11 Weekly Log

From CDOT Wiki
Revision as of 21:11, 7 October 2012 by Radney Aaron Carino Alquiza (talk | contribs) (Created page with '==Week 4== ====9/24:==== Radney 1. Created consolebackup.cpp from website 2. Created cfg.h 3. Created cframe.h initial contents: ---- constructor ---- destructor ---- etc 4. Cr…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Week 4

9/24:

Radney 1. Created consolebackup.cpp from website 2. Created cfg.h 3. Created cframe.h initial contents:


constructor
destructor
etc

4. Created cframe.cpp initial definitions 5. Created iFrame.h from website


9/27:

Rubinder 1. Created definitions for several of the public methods in CFrame 2. Created setLine logic. 3. Created bordered logic. 4. Created absrow logic. 5. Created abscol logic. 6. Modified constructor. 7. Created capture.

Week 5

10/02 (Tuesday):

Radney 1. Created logic of move(CDirection), move(iFrame) 2. Created logic for other smaller functions like col(), row() 3. Created hide logic. Rubinder 1. Implemented display(). 2. Implemented edit(). 3. Completed setLine(). 4. Completed both frame() functions

10/07 (Sunday):

Radney 1. Created working main() 2. Implemented testFrame() in main 3. Solved parent frame restores & buffer 4. Added assignment operator, copy constructor Rubinder 1. Completed move() logic 2. Solved some logic problems 3. Completed draw(). 4. Solved child frame restores & scroll limits 5. finalized code