Re: Bitten by a bug

new topic     » goto parent     » topic index » view thread      » older message » newer message

Robert Craig wrote:
> 
> 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
>    <a href="http://www.RapidEuphoria.com">http://www.RapidEuphoria.com</a>
> 

As with Vincent, thanks for looking into this.  Perhaps the little "c" at the
end of "WATCOM C/C++ Version 11.0c" stands for "caught ya" smile

--Quark

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu