In my last post, I talked about using the _new_handler pointer.. one thing I forgot to mention was to un-set the _new_handler pointer back to default value after pointing it to a user defined function.
For that, use -
set_new_handler(0);
This will return the pointer to its default state containing NULL.
Microsoft launches DreamSpark in India!
-
On 5th November 2008, Microsoft unveiled *DreamSpark* - a software giveaway
for an estimated 10 million eligible students in India. DreamSpark will
provi...

1 comment:
Cool Stuff, can you check out my C++ Code Samples too?
Post a Comment