Z8BHM%SCFVM.BITNET@wiscvm.ARPA (Bruce H. McIntosh) (10/15/86)
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!