help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Catching Runtime Exceptions


From: Paul Pluzhnikov
Subject: Re: Catching Runtime Exceptions
Date: 07 May 2004 14:46:07 -0700
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

"Kutty Banerjee" <kuttyb@wpi.edu> writes:

>  Is it possible using g++ under LINUX to catch segmentation faults, access
> violation, other OS exceptions by
> using catch(...) ? 

No.

> I know that MS VC++ has a mechanism whereby the above
> exceptions are called  structured exceptions and can be caught

This is a non-standard MS extension, and this doesn't work on any
UNIX I know of.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]