Difference between revisions of "BTP300B A2 Team 5 Bugs Report"

From CDOT Wiki
Jump to: navigation, search
(Accomplishments)
(Accomplishments)
Line 36: Line 36:
 
#display();
 
#display();
 
#edit();
 
#edit();
 
*Wednesday Oct 23rd,2013
 
 
*Completed the following Functions:
 
# Cframe* frame() const
 
# void frame(CFrame*)
 
 
 
 
*Friday Oct 25th,2013
 
 
 
*Struggled to complete this function:
 
# hide()  --> understanding how the buffer works for the console
 

Revision as of 00:05, 1 November 2013

Bugs/Problems

'Week 1

  • Getting error saying function is not a member of 'cio.
  • Getting error saying release was no declared in this scope
  • Problem with a2test.cpp since it requires all of A2 not A2R_01.


Week 2

  • Function Hide() is doing nothing.


Accomplishments

Week 1

  • Finished all prototypes for all functions
  • Got some of the functions completed such as:
  *# height
  *# row
  • Created a SVN repository for A2 using TortoiseSVN

Week 2

  • Sunday Oct 20th,2013
  • Complete some functions
  1. setLine();
  2. capture();
  • Wednesday Oct 23rd,2013
  • Complete Function such as
  1. both col() method;
  2. display();
  3. edit();