I need to convert the decimal number 1024 to an hexadecimal number, I do this using these steps http://www.wikihow.com/Convert-from-Decimal-to-Hexadecimal#steps
However, whenever I divide 1024 by 16 I get as result the integer 64, now I'm kind of stuck as how to continue from here since every step from hereon onwards will just be an endless loop (*16, /16, *16, etc).
My math is really bad so a detailed explanation would be greatly appreciated!
What I said wasn't very hard, if you studied it for a few minutes then it would make sense and then you'd have a better intuitive understanding of what you were learning. I know it sounds like I'm preaching but when it comes to math, putting in the extra effort makes all the difference between seeing a drop of water versus the whole lake.
– Feb 17 '13 at 17:45