B
Bartc
Thanks fior the comments guys. I have reverse engineered some 99-C
code into C# and have noticed an unusual bug(it causes the C# to not
work properly). I habve traced it down to a single method and have
compared results with the C version and noticed that small differences
in the results build up (as the calulation i s inside a loop with a +=
operator working on it).
Suggest at this point forgetting the C version, and concentrating on the C#
code that is causing the problem.
And asking about that in a place such as, I don't know, maybe
microsoft.public.dotnet.languages.csharp.
Then it can be seen if the results are reasonable or if there is a bug.