Skip to main content
amoreno
Associate III
March 20, 2008
Question

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

  • March 20, 2008
  • 2 replies
  • 726 views
Posted on March 20, 2008 at 12:58

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

This topic has been closed for replies.

2 replies

amoreno
amorenoAuthor
Associate III
March 19, 2008
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
March 20, 2008
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 ]