G
Guest
Hello
I have a strange behavior of .net compiler
In my program I have 2 variables i and J (floats) i=1, j=0.
In a loop I add J and I : i +=
The result is quickly strange : i = 1.49999.99999
It works fine with VS 6
Someone can help me
Thanks
Lionel
I have a strange behavior of .net compiler
In my program I have 2 variables i and J (floats) i=1, j=0.
In a loop I add J and I : i +=
The result is quickly strange : i = 1.49999.99999
It works fine with VS 6
Someone can help me
Thanks
Lionel