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.
Click to open in Compiler Explorer.
Leave a comment