W
Willem
What is the best way to calculate an ascii string into an integer (not
talking about an atoi conversion):
For examle if I have the ascii string: "/b" then in hex it would be
2F7A and if I convert that to decimal I would get 12154.
I can't figure out how to concatenate? my hex values together if that
makes any sense?
Any pointers would be greatly appreciated!
talking about an atoi conversion):
For examle if I have the ascii string: "/b" then in hex it would be
2F7A and if I convert that to decimal I would get 12154.
I can't figure out how to concatenate? my hex values together if that
makes any sense?
Any pointers would be greatly appreciated!