Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Problem with handle leaks...?!

Re: Problem with handle leaks...?!

From: Ben Hutchings <do-not-spam-benh_at_bwsint.com>
Date: 1 Aug 2003 15:57:42 GMT
Message-ID: <slrnbil3gf.1nc.do-not-spam-benh@tin.bwsint.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US