String-->Integer & Integer-->String conversions. How ??
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2008-03-20 4:58 AM
Posted on March 20, 2008 at 12:58
String-->Integer & Integer-->String conversions. How ??
Labels:
- Labels:
-
Legacy Products
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2008-03-19 5:10 AM
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.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2008-03-20 4:58 AM
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 ]