From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: Floating Point Exception Date: Mon, 18 Aug 1997 09:56:42 -0400 Organization: Cornell University Lines: 17 Sender: asu1 AT cornell DOT edu (Verified) Message-ID: <33F8549A.4CB5@cornell.edu> References: <01bcabc3$a01da100$5af382c1 AT damien> NNTP-Posting-Host: 128 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 Precedence: bulk Rich Birch wrote: > > Can anyone help? with no source and no idea as to at what point of the program this is happening, i don't think so. you are probably accessing memory which does not contain a valid floating point number, or something like that. check array bounds and if you are using uninitialized memory. you could, of course, post the part of the code you think is causing the problem, or the smallest example that can still reproduce it. -- Sinan