Changes

Jump to: navigation, search

Assignment 1: Q & A

126 bytes added, 08:37, 20 September 2012
Q & A
'''Q:''' How to avoid heap corruption? When I run a1test if I keep pressing RIGHT, the program crashes with heap corruption. Even when<u>I replace my custom line edit code with skeleton methods (display does nothing, edit returns RIGHT) the program still crashes with corrupt heap</u>
<br>
'''A:''' List any dynamic allocations you are using (and check for doubled delete [] statements), and refer to [http://www.efnetcpp.org/wiki/Heap_Corruption this page] for more information on potential problems. Also, make sure that you're not offsetting or repositioning past the end of the string allocation. That could cause problems. (Submitted by Team 9)<br>
'''Submitted by:''' Team 6 <br><br>

Navigation menu