How would you convert from ASCII to Hex by character in C?
Posted
by patrick
on Stack Overflow
See other posts from Stack Overflow
or by patrick
Published on 2010-04-23T17:19:01Z
Indexed on
2010/04/23
17:23 UTC
Read the original article
Hit count: 156
Filed under:
c
I basically just want to take a 8 character ASCII value 003fc000
and convert it to Hex by character.
© Stack Overflow or respective owner