User profile: aitezaz

User info
User name:aitezaz
History
Joined:
Number of posts:5
Latest posts:

Assigning an address to an object pointer
Thanks for your reply @Disch. [quote]Not unless your StackElementArray is an array of pointers:[/qu...

Assigning an address to an object pointer
I 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