C++ Programming and Technical

OK, OK already; I won't explicitly call the destructor of a local; but how do I handle the
above situation?

Read Solution (Total 0)

C++ Other Question

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?
What if I can't wrap the local in an artificial block?