From: Bronek Kozicki on 18 May 2010 15:25 On 17/05/2010 04:32, mos wrote: > Thanks for your reply. > I test in my project team, some the same with you and others the same with > me > I am still confused. double delete is a bug. Technically this is called undefined behaviour and the program is free to do anything. If runtime chose to display a dialog which you cannot see, so be it. If you don't know how to prevent double delete from happening, then perhaps it's time to learn about smart pointers. B.
First
|
Prev
|
Pages: 1 2 3 Prev: VC++ 2010 build problems Next: Setting value to static text control at runtime |