2008-03-20 04:58 AM
String-->Integer & Integer-->String conversions. How ??
2008-03-19 05:10 AM
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.2008-03-20 04:58 AM
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 ]