From: Andrej Aderhold <dra AT spektracom DOT de>
Newsgroups: comp.os.msdos.djgpp
Subject: float is not working
Date: Wed, 14 Apr 1999 18:58:26 +0200
Organization: Online-Kiosk GmbH & Alphacom GmbH
Lines: 9
Message-ID: <3714C932.1E5E452B@spektracom.de>
NNTP-Posting-Host: b215.spektracom.de
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Server-Date: 14 Apr 1999 16:52:59 GMT
X-Mailer: Mozilla 4.04 [en] (Win95; I)
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

why is this not working ??

float m = 1 / 2;

(m will be 0)

thanks.
Andrej