On Thu, Mar 13, 2008 at 9:15 AM, xiaoxinchen1989
<[EMAIL PROTECTED]> wrote:

>   I want to change a integer into string,such as 1213 to "1213",first i want 
> to use itoa(s, 1213, 10) ,but the itoa is not a standard function, can you 
> tell me how to do it?

sprintf(s, "%d", 1213);

-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
 If I were to divulge it, it would overturn the world."
 -- Jelaleddin Rumi

Reply via email to