This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: try, finally


Jason Cipriani wrote:
On Wed, Mar 19, 2008 at 12:13 PM, Jason Cipriani
<jason.cipriani@gmail.com> wrote:
Does GCC have anything similar to the MS and Borland compiler's __try
 and __finally keywords? When using GCC I often find that I have code
 like this (a moderately complex, and highly contrived, example):

Heh, well, the example wasn't really that complex. I had typed a weirder one and then simplified it but left this comment in.

The w32api headers in cygwin replicate some of this functionality.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]