reading hexadecimal

Sep 28, 2014 at 8:15pm
can you please tell me how to convert large hexadecimal numbers like this
0x78ABCDEF
or
0x12345678
. to decimal. I have searched for it for a while but no guide explains it in these large numbers

Last edited on Sep 28, 2014 at 8:20pm
Sep 28, 2014 at 8:18pm
What do you mean by read? Read from where?
Sep 28, 2014 at 8:19pm
sorry i mean convert it to decimal numbers.
Sep 28, 2014 at 8:22pm
You still need to be more specific. Do you mean convert it to decimal, on paper? If you mean into a C or C++ program you should show some code that illustrates the question.

Here is a link that explains hexadecimal numbers: http://en.wikipedia.org/wiki/Hexadecimal

Sep 28, 2014 at 8:26pm
I just want to be able to figure out what they are in decimal whether its on paper or not.
Sep 28, 2014 at 8:31pm
Then I suggest you start with the link I provided. If that doesn't explain the issue in enough detail I suggest you search for "hexadecimal numbers" with the search engine of your choice.

Here is a beginners tutorial that is very very basic with a video even. http://www.wikihow.com/Understand-Hexadecimal
Sep 28, 2014 at 9:24pm
I know it now, thanks
Topic archived. No new replies allowed.