Shady_Shiroe@lemmy.world to Programmer Humor@lemmy.ml · 2 years agoCall the Priestlemmy.worldimagemessage-square18fedilinkarrow-up112arrow-down12
arrow-up110arrow-down1imageCall the Priestlemmy.worldShady_Shiroe@lemmy.world to Programmer Humor@lemmy.ml · 2 years agomessage-square18fedilink
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;