View Single Post
Old 09-05-2002, 05:51 PM   #5 (permalink)
duffer
BattleForums Newbie
 
Join Date: Sep 2002
Posts: 5
Hex hint

Ok the hex(hexagonal=16) goes like binary but istead of increasing power of 2 u increase power of 16 ==

1,2,3,4,5,6,7,8,9,a,b,c,d,e,f (f=15) eg:

fff(hex)==15*16^2+15*16^1+15*16^0 (dec)
ffff(hex)==15*16^3+15*16^2..........(dec)

and so on.
duffer is offline   Reply With Quote