On Mon, Oct 18, 2004 at 04:14:19PM +0000, Andreas Vox wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > > This is guaranteed to work in any Standard conforming C or C++ compiler. > > That's why I prefer Java! ;-)
Well. I prefer getting my work done. Tastes are different, an so are religions. > A similar method in Java gives tostr(12345) = "4950515253". Impressive, even if I doubt its utility. > But "" + 12345 works, and Integer.toString(12345, 10). So does tostr from src/support. Even less typing in the long run... Andre'