cancel
Showing results for 
Search instead for 
Did you mean: 

String-->Integer & Integer-->String conversions. How ??

amoreno
Associate II
Posted on March 20, 2008 at 12:58

String-->Integer & Integer-->String conversions. How ??

2 REPLIES 2
amoreno
Associate II
Posted on March 19, 2008 at 13:10

Hello,

Probably is a stupid question but....I’m newbie in ARM processors

i need to convert a integer to string. How could I do it?

(I’m using Workbench Quickstart 5.0 from IAR)

In my old 8 bits PIC compiler (ccs), I used to be itoa() function. Is this function available for ARMs?

Also, I need to convert integer to string. How ?

Thank you for you time and help. I appreciate very much

Alfa.

wsallum
Associate II
Posted on March 20, 2008 at 12:58

itoa()is available at rowley crossworks compiler and works well... you need to include stdlib.h

[ This message was edited by: wsallum on 20-03-2008 17:29 ]