Daily bit(e) of C++ | Integer literal bases
Daily bit(e) of C++ #159, Integer literal bases and the C++14 digit separator.
Integer literals can be specified in decimal, octal, hexadecimal and since C++14 binary bases.
Further, since C++14, the single-quote character can be used as a digit separator without changing the value.