Thread: Base Converter
View Single Post
  #1 (permalink)  
Old July 9th, 2008, 05:22 PM
iceman90289 iceman90289 is offline
Friend of Wrox
 
Join Date: Mar 2008
Posts: 133
Thanks: 15
Thanked 1 Time in 1 Post
Send a message via ICQ to iceman90289 Send a message via AIM to iceman90289
Default 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

Reply With Quote