Binary constants

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



AG 2013-04-10