R
Richard Thrasher
Writing my very first C# program, I found what appears to
be a compiler error. The statement
int temp = (int)(100 * 36.41);
assigns the value 3640 to temp. I've tried this code with
various numbers in place of 36.41, but 36.41 is the only
number I've found that produces the error.
My questions are:
(1) Can anybody else reproduce this error?
(2) How does one submit bug reports to MS?
be a compiler error. The statement
int temp = (int)(100 * 36.41);
assigns the value 3640 to temp. I've tried this code with
various numbers in place of 36.41, but 36.41 is the only
number I've found that produces the error.
My questions are:
(1) Can anybody else reproduce this error?
(2) How does one submit bug reports to MS?