Base Converter
ok so i have a program i am working on(obviously) and i am in the planning phase right now so i dont have a mess of code to retype anyways. but i have the number in hexidecimal(a89ef) and put it into decimal(690671), and i want to put each digit from the decimal value into an array, element[0] being the 1, and element[1] being the 7, and so on. so how do i fill my array with each individual digit?
thanks in advance
|