View Single Post
  #2 (permalink)  
Old February 24th, 2005, 07:51 AM
mehdi62b mehdi62b is offline
Friend of Wrox
 
Join Date: Jul 2004
Posts: 623
Thanks: 0
Thanked 1 Time in 1 Post
Default

I don't know if I get your meaning correctly,
for octal to binary(convert every digit to its binary)
173.12(Oct)----->001,111,011.001,010(Bin)
for binary to octal
11,101.11(Bin)--------->011,101.110(Bin)------>35.6(Oct)

_____________
Mehdi.
software student.
Reply With Quote