Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Problem with handle leaks...?!
Please don't try to find bugs in code whose language you don't understand.
A local declaration in C++ creates an object at the point of declaration
and ensures it is destroyed when control flow exits the scope. This
reliable destruction means that the language does not need "finally"
blocks.
Received on Fri Aug 01 2003 - 10:57:42 CDT
![]() |
![]() |