I want to convert int to char array and double to char array. Any way of doing this in C or Objective C.
|
feedback
|
|
If you want to treat the number as an array of
then | |||
|
feedback
|
|
For another interpretation of what "converting" means, use
| ||||
|
feedback
|
snprintf, or do you mean something else? – torak Aug 31 '10 at 14:32