I wanted to quickly figure out a program for converting decimal to hex and binary. This project isn't done. There is a lot more stuff I can still add, but I might never come back to this and finish it, so I thought I'd just as well share it. What I intend to add someday: - See if I can trim down the code - Conversion from binary to decimal - Conversion from hex to decimal - Conversion between hex and binary - Explanation of how the different number systems work and how conversion can be done without a converter.
the little 10, 16 and 2 are the way you generally indicate if something is binary, hex, or decimal. Can't correctly convert numbers greater than 9999999999999998 !