Support Board
Date/Time: Sat, 10 May 2025 01:13:58 +0000
Post From: Dynamic Memory Allocation
[2014-03-10 07:58:12] |
User61322 - Posts: 8 |
Hi, I tried this code. It does not generate exception at " p_DoubleArray[0] = 100;". But it does at " delete p_DoubleArray; ". More over when I put break point at "sc.PersistVars->i1 = NULL;" the debugger will not break at this line. It seems it does not execute code behind "delete". I have installed SC 1102 . And use Visual C++ 2010 Express. |