|
|
вернуться в форумОбщий форум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. 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 |
|
|