C++ Programming and Technical

Should I explicitly call a destructor on a local variable?

Read Solution (Total 0)

C++ Other Question

Can I overload the destructor for my class? What if I want a local to "die" before the close } of the scope in which it was created? Can I
call a destructor on a local if I really want to?