Support Board
Date/Time: Tue, 26 Nov 2024 13:46:20 +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. |