Assigning an address to an object pointerThanks for your reply @Disch. [quote]Not unless your StackElementArray is an array of pointers:[/qu...
Assigning an address to an object pointerI have the following code. [code] StackElement *StackElementArray; StackElementArray = new Stac...
Unable to understand the memory leak?You are right ON :) No memory leaks.. when test() finished, I guess it cleaned up before the memory ...
Unable to understand the memory leak?Yes DTSCode. VS already has this library. I am not sure if that would be the case. Because, they ask...
Unable to understand the memory leak?I'm declaring a simple object of type StackElement. But, when I use the memory leak detection provid...
This user does not accept Private Messages