Xref: news2.mv.net comp.os.msdos.djgpp:8221 From: Mihai Moise Newsgroups: comp.os.msdos.djgpp Subject: Re: exception handling Date: Tue, 27 Aug 1996 18:35:35 -0400 Organization: Universite Laval Lines: 26 Message-ID: <32237837.794BDF32@ift.ulaval.ca> References: NNTP-Posting-Host: britten.ift.ulaval.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Michael Day wrote: > > 2.0? I'm doing something like this: > > try { > throw 10; > } > catch (int i) { > > } > catch (...) { > > } > I have used the sigaction function in the file signal.h to catch SIGSEGV, SIGTERM, etc... But I am unfamilliar with your syntax. Am I replying off-topic? Mihai http://wwwbacc.ift.ulaval.ca/~moisemih P.S.: Do you sometimes find you have to include more text just so that your message goes through?