Converting a float to a string

Started by
21 comments, last by Shannon Barber 22 years, 3 months ago
What was I suppose to find there?

Am I the only one on the planet that ever wanted to convert a float TO a string?
- The trade-off between price and quality does not exist in Japan. Rather, the idea that high quality brings on cost reduction is widely accepted.-- Tajima & Matsubara
Advertisement
Is that possible?
Well looking though MSDN...

There are function to do so...

_ecvt() Convert double to string of specified length
_fcvt() Convert double to string with specified number of digits following decimal point
_gcvt() Convert double number to string; store string in buffer

This topic is closed to new replies.

Advertisement