Binary constants

Binary integer constants can be specified, using the following syntax:
int i = 0b1010 ; // synonym for 0x0A or 10



Alain Gibaud 2015-07-09