Forum Discussion
Altera_Forum
Honored Contributor
16 years agosprintf() is the more standard way to do this. If you want something light weight use a loop and %10 and /10 operations to pluck out the characters (I'm pretty sure that's how itoa() works).