Path: utzoo!utgpu!attcan!uunet!husc6!cmcl2!nrl-cmf!ames!ncar!oddjob!uxc!uxc.cso.uiuc.edu!a.cs.uiuc.edu!m.cs.uiuc.edu!raila From: raila@m.cs.uiuc.edu Newsgroups: comp.lang.c++ Subject: Re: exception handling? Message-ID: <4800033@m.cs.uiuc.edu> Date: 4 Aug 88 16:06:00 GMT References: Lines: 10 Nf-ID: #R::-31:m.cs.uiuc.edu:4800033:000:391 Nf-From: m.cs.uiuc.edu!raila Aug 4 11:06:00 1988 There is an article in Computer Language Magazine (May or June '88) that presents an implementation that takes care of the missing destructors problem. It keeps a stack of destructors in parallel with the regualar stack, and uses setjmp, longjmp. It does this with an error handler class. David Raila University of Illinois Dept. Computer Science raila@a.cs.uiuc.edu (217) 333 - 0108