From: "Γιάννης Κάππας" Newsgroups: comp.os.msdos.djgpp Subject: try, throw and catch Date: Tue, 28 Apr 1998 02:48:03 +0100 Lines: 5 NNTP-Posting-Host: 155.245.240.120 Message-ID: <354534b2.0@seralph9> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I cant get the exception mechanism under g++ 2.8 to work. Even simple exceptions as try { throw anexceptionclass();} catch(anexceptionclass) {}. The program terminates with an `abort!'. Why is that????