Difference between revisions of "BTP300B A2 Team 5 Bugs Report"
Line 12: | Line 12: | ||
* Function Hide() is doing nothing. | * Function Hide() is doing nothing. | ||
+ | <u>'''Week 3 '''</u> | ||
+ | * Container and inner box is missing left column. | ||
+ | * When moving the container it leaves random variables behind. | ||
+ | * If the container can move right the inner box will not be able to move right. Vice Versa. | ||
+ | * Container goes beyond the console screen. Inner box also goes over the container parameters. | ||
== <u>'''Accomplishments'''</u> == | == <u>'''Accomplishments'''</u> == | ||
Line 25: | Line 30: | ||
<u>'''Week 2'''</u> | <u>'''Week 2'''</u> | ||
− | |||
* Complete some functions | * Complete some functions | ||
Line 31: | Line 35: | ||
# capture(); | # capture(); | ||
− | |||
*Complete Function such as | *Complete Function such as | ||
#both col() method; | #both col() method; | ||
Line 37: | Line 40: | ||
#edit(); | #edit(); | ||
− | |||
− | |||
*Completed the following Functions: | *Completed the following Functions: | ||
# Cframe* frame() const | # Cframe* frame() const | ||
# void frame(CFrame*) | # void frame(CFrame*) | ||
− | |||
− | |||
− | |||
*Struggled to complete this function: | *Struggled to complete this function: | ||
# hide() --> understanding how the buffer works for the console | # hide() --> understanding how the buffer works for the console | ||
+ | |||
+ | <u>'''Week 3'''</u> | ||
+ | * Assignment is completed. |
Revision as of 19:57, 5 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.
Week 3
- Container and inner box is missing left column.
- When moving the container it leaves random variables behind.
- If the container can move right the inner box will not be able to move right. Vice Versa.
- Container goes beyond the console screen. Inner box also goes over the container parameters.
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
- Complete some functions
- setLine();
- capture();
- Complete Function such as
- both col() method;
- display();
- edit();
- Completed the following Functions:
- Cframe* frame() const
- void frame(CFrame*)
- Struggled to complete this function:
- hide() --> understanding how the buffer works for the console
Week 3
- Assignment is completed.