The information in this article applies to:
SUMMARYIn Microsoft C, the ecvt() and fcvt() routines use a single, statically allocated buffer while converting floating point numbers to character strings. The buffer is currently defined as 349 bytes. However, the largest double-precision variable that can be used is 309 bytes, with 40 bytes for padding. It is set up to be large enough to accommodate the largest double- precision number plus 40 decimal places (even though you only have 16 digits of accuracy in a double-precision IEEE number). Additional query words:
Keywords : kbCRT kbVC100 kbVC150 kbVC200 kbVC400 kbVC500 kbVC600 |
Last Reviewed: July 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |