Shady_Shiroe@lemmy.world to Programmer Humor@lemmy.ml · 2 years agoCall the Priestlemmy.worldimagemessage-square21fedilinkarrow-up139arrow-down14
arrow-up135arrow-down1imageCall the Priestlemmy.worldShady_Shiroe@lemmy.world to Programmer Humor@lemmy.ml · 2 years agomessage-square21fedilink
minus-squareMrMagnesium12@feddit.delinkfedilinkarrow-up1·2 years agoint val = 3; bool is_odd = val & (decltype(val))0x01 == (decltype (val))1;
int val = 3; bool is_odd = val & (decltype(val))0x01 == (decltype (val))1;