Help index

ltoa

// Convert a number to a string.
//      n - number
//      radix - number base (2,8,10,16)
// Thread-safe function.

string ltoa (long n,long radix); // convert to ascii string

Index | Previous topic | Next topic