Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!julius.cs.uiuc.edu!psuvax1!rutgers!zodiac!tsommers From: tsommers@zodiac.rutgers.edu Newsgroups: comp.lang.c Subject: Re: Floating point error handlers Message-ID: <243.2753ff36@zodiac.rutgers.edu> Date: 28 Nov 90 18:17:26 GMT References: <7898.27539e21@uwovax.uwo.ca> Organization: Rutgers University - Computing Services Lines: 10 In article <7898.27539e21@uwovax.uwo.ca>, sterling@uwovax.uwo.ca writes: > I have been writing my own numerical routines for some time now. I've been > writing in Borland's TurboC for an IBM model 50. DO to my limited knowledge > of the PC, I've been unable to write an error handler for my routines. I'd > like something similar to matherr(). It would be nice to save my data before > the program crashes. Has anyone a pointer to references or suggestions for > implementing such a scheme. The source for matherr() is included in the Turbo C distribution, so perhaps you could use that as a starting place.