Which numeral systems are useful in computer science?
I am wondering which numeral system different programmers are using, or would use if their language has support for them. As an example, in C++ we can use:
Why do so many languages treat numbers starting with 0 as octal?
I’ve read Where are octals useful? and it seems like octals are something that were once upon a time useful.