|
|
back to boardCommon BoardWhat does "Crash (access violation)" mean? My solution to the problem 1018- Binary Apple Tree got response "Crash (access violation)". What does it actually mean? Please anyone inform. Thanks in advance. Re: What does "Crash (access violation)" mean? Posted by hatred 19 Aug 2011 03:38 In the general case it means that you accesses memory which not allocated for you application. In 99% cases it is exit of array bounds. May be you also forgot to allocate memory with new or try to access memory which released with delete Edited by author 19.08.2011 03:41 |
|
|