In what situations is octal base used?

Posted by Bob on Stack Overflow See other posts from Stack Overflow or by Bob
Published on 2010-04-09T17:10:11Z Indexed on 2010/04/09 17:13 UTC
Read the original article Hit count: 253

Filed under:
|

I've seen binary and hex used quite often but never octal. Yet octal has it's own convention for being used in some languages (ie, a leading 0 indicating octal base). When is octal used? What are some typical situations when one would use octal or octal would be easier to reason about? Or is it merely a matter of taste?

© Stack Overflow or respective owner

Related posts about language-agnostic

Related posts about octal