help-gplusplus
[Top][All Lists]
Advanced

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

Catching Runtime Exceptions


From: Kutty Banerjee
Subject: Catching Runtime Exceptions
Date: Fri, 7 May 2004 16:41:01 -0400

Hi,
 Is it possible using g++ under LINUX to catch segmentation faults, access
violation, other OS exceptions by
using catch(...) ? I know that MS VC++ has a mechanism whereby the above
exceptions are called
structured exceptions and can be caught not classified t hough, using
catch(...) . was curious if there is something
similar using G++.

kutty




reply via email to

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