12-03-2012 10:57 AM
12-03-2012 11:03 AM
I am afraid I was misunderstood.
I personally *do* initialize all my pointers with NULL or real values.
And I *do* expliciltely set them to NULL when objects they point to are deleted.
Some may argue that this does not make sense though... to me it is just cleaner code and checks for NULL often help.
12-03-2012 11:25 AM