Re: how to convert integer to string
From: jpd (read_the_sig_at_do.not.spam.it.invalid)
Date: 09/26/05
- Previous message: Ed Morton: "Re: how to convert integer to string"
- In reply to: John Gordon: "Re: how to convert integer to string"
- Next in thread: gunanathan_at_gmail.com: "Re: how to convert integer to string"
- Reply: gunanathan_at_gmail.com: "Re: how to convert integer to string"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 26 Sep 2005 21:49:45 GMT
Begin <dh9jus$8l3$1@reader1.panix.com>
On 2005-09-26, John Gordon <gordon@panix.com> wrote:
> itoa() isn't a standard function. Some computers have it, and some don't.
> Try sprintf():
I'd recommend snprintf(), if available. (In C99, but anyway.)
-- j p d (at) d s b (dot) t u d e l f t (dot) n l .
- Previous message: Ed Morton: "Re: how to convert integer to string"
- In reply to: John Gordon: "Re: how to convert integer to string"
- Next in thread: gunanathan_at_gmail.com: "Re: how to convert integer to string"
- Reply: gunanathan_at_gmail.com: "Re: how to convert integer to string"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|