Article ID: 216727 - Last Review: September 6, 2005 - Revision: 3.0 The value that is stored in the const int may be incorrect when you initialize a const int with a float literal in Visual C++ 6.0This article was previously published under Q216727 On This PageSYMPTOMS When initializing a const int with a float literal, the
value that is stored in the const int may be incorrect. RESOLUTION Use one of the following as workarounds:
STATUSMicrosoft has confirmed that this is a bug in the Microsoft
products that are listed at the beginning of this article.
This bug was corrected in Visual Studio 6.0 Service Pack 3. MORE INFORMATION
For more information about Visual Studio service packs, click the following article numbers to view the articles in the Microsoft Knowledge Base:
194022
(http://support.microsoft.com/kb/194022/
)
Visual Studio 6.0 service packs, what, where, why
194295
(http://support.microsoft.com/kb/194295/
)
How to tell that a Visual Studio Service pack is installed
Sample Code | Article Translations
|
Back to the top
