Re: Bitten by a bug

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

Vincent wrote:
SNIP
> 
> 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.
> 
> 
> Regards,
> Vincent

Hi, and thanks for checking this.  I am using Eu 2.5, the free translator, and
WATCOM C/C++ Version 11.0c.  I used that version because Robert mentioned: "It
has been tested with Watcom C/C++ 9.5, 10.6 and 11.0. Watcom is open source and
free." (Thought it would be safer to use the version of Watcom I did smile

I may well install a newer version of Watcom soon, especially if any more bugs
pop up.

--Quark

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

Search



Quick Links

User menu

Not signed in.

Misc Menu