Andre Poenitz <[EMAIL PROTECTED]> writes: > This is guaranteed to work in any Standard conforming C or C++ compiler.
That's why I prefer Java! ;-) A similar method in Java gives tostr(12345) = "4950515253". But "" + 12345 works, and Integer.toString(12345, 10). Ciao /Andreas