View Single Post
Old Aug 17th, 2005, 9:12 PM   #9
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Hex format gives you a view of the bit representations once you get the visualization down, because it's a power of 2 and decimal isn't. Octal is the same way, but is primarily a throwback to when busses weren't as wide. Hexadecimal requires that one invent 6 new numeric symbols (if you can call the traditional A-F an invention), whereas, with octal, you just toss a couple of the leftover ones, no imagination necessary.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote