Difference between revisions of "Team 7 Bugs Report"
Line 3: | Line 3: | ||
<u>Weekly Progress</u> | <u>Weekly Progress</u> | ||
+ | Completed the Display Function and for the moment seems to be Debugged | ||
+ | Completed the consoleplus.h | ||
<u>Bug Fixes</u> | <u>Bug Fixes</u> | ||
+ | |||
+ | When complied by doing g++ a1test.cpp console.cpp consolelineedit.cpp errors not from the original console.cpp is shown: | ||
+ | |||
+ | console.cpp:29:74: error: operator '&&' has no right operand | ||
+ | |||
+ | console.cpp:44:1: error: expected unqualified-id before â--â token | ||
+ | |||
+ | console.cpp:365:1: error: expected unqualified-id before â--â token |
Revision as of 17:42, 19 September 2013
Week 1
Weekly Progress
Completed the Display Function and for the moment seems to be Debugged Completed the consoleplus.h
Bug Fixes
When complied by doing g++ a1test.cpp console.cpp consolelineedit.cpp errors not from the original console.cpp is shown:
console.cpp:29:74: error: operator '&&' has no right operand
console.cpp:44:1: error: expected unqualified-id before â--â token
console.cpp:365:1: error: expected unqualified-id before â--â token