This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Conversions without printf

Hello,

A: How can I convert a decimal unsigned integer number to a hexadecimal unsigned integer number WITHOUT using printf and strol...-like functions?

B: How can I convert decimal char string  to hexadecimal unsigned integer.

Please write me example codes.