Changes

Jump to: navigation, search

BTP300A Team 4 Bugs Report

4 bytes added, 18:11, 28 September 2013
no edit summary
==Week 3 ==
*9/19 - Pair Programming - used to complete display function. Discovered that we needed to use max columns.
- Ran in to an issue with printing values for troubleshooting purposes - will post on other board for help.
*9/20 - Pair Programming - Discovered our display function was not positioning the cursor properly at the end of the string. FIXED!
==Week 4 ==
*9/24 - Pair Programming - working on edit function.
Errors:
consolelineedit.cpp:75:33: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
- field dereference that shouldn't be dereferenced
- cannot compare int with NULL, but can with pointer (FIXED!)
 
consolelineedit.cpp:131:3: error: expected primary-expression before â}â token
- forgot braces (FIXED!)
*9/26 - Pair Programming - Had an awesome time today!
Issue 1: string was not being printed, but the cursor was being placed appropriately at the end of the string. Fixed!
==Week 5 ==
*9/28 - Pair Programming - very eventful!
Issue 1: Problem with End button after a DEL - cursor Position was jumping to maxStrLength. (fixed!)
1
edit

Navigation menu