I can I convert a string to a hexadecimal number? I haven't been able to figure out how.
Thanks for the help
Printable View
I can I convert a string to a hexadecimal number? I haven't been able to figure out how.
Thanks for the help
A string of what? Ideally you convert between bases using itoa/atoi so you have to first convert it to an integer then back to string.