Date : Wed, 15 Oct 1986 05:24:00 EDT
From : "Bruce H. McIntosh" <Z8BHM%SCFVM.BITNET@wiscvm.ARPA>
Subject: MS FORTRAN problem
I long ago purchased Microsoft's FORTRAN compiler for my CP/M machine.
Great compiler, but it has one annoying failure- it won't do INTEGER*4
math at all! The most notable example of this problem: the following
code
INTEGER*4 I,J,K
I=1
J=1
K=I/J
produces a divide by zero error! Has anyone else out there experienced
similar problems, encountered fixes, etc? Any help would be greatly
appreciated. Thanks!
disclaimer: I have no commercial ties to anyone.
The carpet is plush!