int to string conversion
Tilo Riemer
riemer at ppprs1.phy.tu-dresden.de
Sat Feb 12 02:11:17 GMT 2000
Martin Wiebusch wrote:
>
> Hi,
> i was just wondering whether there is a function to convert integer
> values to strings in any of the libaries. I already tried itoa, Itoa and
> IntToStr. I also noticed there ist an Itoa function defined in the
> Integer.h header. But I don't really need an Integer class, just a
> little function to convert usual int variables into strings.
use printf or sprintf...
best regards, tilo
More information about the KDevelop
mailing list