Changes

Jump to: navigation, search

Assignment 1: Q & A

203 bytes added, 15:55, 20 September 2012
Q & A
<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 (maxStrLength). That could cause problems. (Submitted Answered by Team 9)<br>'''A:''' I tracked the issue down. The a1test.cpp sets ROW_ERRORS to 22 and then does row++ after every error. This makes the program try and print outside the screen and it crashes! (Answered by Team 6)
'''Submitted by:''' Team 6 <br><br>

Navigation menu