Message-ID: <361D97AF.65FD63A1@montana.com> Date: Thu, 08 Oct 1998 22:57:19 -0600 From: bowman X-Mailer: Mozilla 4.5b2 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: HELP!!?! References: <6vj46g$ffj$1 AT newnews DOT global DOT net DOT uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com NaT wrote: > > Why wont this program work? temp_a = a; a = a * d; d = d * temp_a; therefore (a == d); FA = a - d; so, (FA == 0) divide by zero, crash and burn.