Changes

Jump to: navigation, search

Team 3 Bugs Report

26 bytes added, 15:13, 23 September 2013
Bugs/Problems
<u>''' Week 3 - Sept 16 - 22 '''</u>
- * forgot about using -lncurses so was getting multiple compile errors on Matrix
<u>''' Week 4 - Sept 23 - 29 '''</u>
- * Allocated memory for local copy of ''str '' in the '''edit() ''' function. Memory allocated (by calling '''new''') was based on length of original string. After inserts into the local copy, memory was therefore corrupted and '''delete [] ''' was failing. The memory allocation was changed to be based on ''maxStrLength '' which is passed in to '''edit()'''. This fixed the problem.
== <u>'''Accomplishments'''</u> ==
100
edits

Navigation menu