Xref: news2.mv.net comp.os.msdos.djgpp:8098 From: mikeday AT melbpc DOT org DOT au (Michael Day) Newsgroups: comp.os.msdos.djgpp Subject: exception handling Date: Sun, 25 Aug 1996 11:56:15 UTC+10 Organization: Melbourne PC User Group, Australia Lines: 19 Message-ID: NNTP-Posting-Host: dialup-55.melbpc.org.au To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Could someone please mail with info on how to do exception handling in djgpp 2.0? I'm doing something like this: try { throw 10; } catch (int i) { } catch (...) { } But I keep getting Aborts and weird errors. Am I doing something stupid, or is there some library/header file I have to use? Thank you, Michael