User profile: firesailcoder

User info
User name:firesailcoder
History
Joined:
Number of posts:3
Latest posts:

Auto_ptr deallocating object because of an unconstructed object
Our code base uses the no throw version of new. Simply put I want the calling function to still ha...

Auto_ptr deallocating object because of an unconstructed object
I want to be able to pass an auto_ptr as an argument to a constructor. But if the new object could n...

Auto_ptr deallocating object because of an unconstructed object
Hi, I have the following piece of code - foo(Auto_ptr<A> autop1){ Auto_ptr<B>autop2(new B...

This user does not accept Private Messages