Shady_Shiroe@lemmy.world to Programmer Humor@lemmy.ml · 2 years agoCall the Priestlemmy.worldimagemessage-square17fedilinkarrow-up119arrow-down13
arrow-up116arrow-down1imageCall the Priestlemmy.worldShady_Shiroe@lemmy.world to Programmer Humor@lemmy.ml · 2 years agomessage-square17fedilink
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;