www.digitalmars.com         C & C++   DMDScript  

c++ - Hex Data

reply "Steve & Denise De Chellis" <dbouton snet.net> writes:
After using printf %X to output my strings and other data as hex, how do i
convert it back?

Steve
Apr 29 2002
parent "Walter" <walter digitalmars.com> writes:
"Steve & Denise De Chellis" <dbouton snet.net> wrote in message
news:aak489$18mf$1 digitaldaemon.com...
 After using printf %X to output my strings and other data as hex, how do i
 convert it back?
scanf is the inverse function.
Apr 29 2002