Re: Bitten by a bug
- Posted by Robert Craig <rds at RapidEuphoria.com> Oct 19, 2005
- 541 views
Vincent wrote: > I tried out and tested your program with the 2.5 official translator with Open > Watcom v1.4 beta (uncompressed EXE), and the program returned appended this > into Result.txt after two runs: > > Test results for values of x (set at 75 before each operation) > > With "x=x/100": x=0.750000 > With "x=x/100.0": x=0.750000 > With "x/=100": x=0.750000 > With "x/=100.0": x=0.750000 > > End test results for values of x > > Test results for values of x (set at 75 before each operation) > > With "x=x/100": x=0.750000 > With "x=x/100.0": x=0.750000 > With "x/=100": x=0.750000 > With "x/=100.0": x=0.750000 > > End test results for values of x > > > So it seems to be working fine for me... hmm, maybe you should try a newer > version > of Watcom or another supported C compiler. I just tried it using Watcom 10.6 (a version that's older than OpenWatcom 1.0) and it worked fine on both DOS and Windows (ec and ecw). Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com