14.03.2017, 21:14
Quote:
Compile with -d3 flag and post index at witch it overflows. (Crash detect should tell you that)
Meanwhile you can also comment code and test block by block and line by line to find where it overflows (but compiling with -d3 would be easier as it will tell you max array length and last accessed element. |