Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 08:45:28 +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.