Shady_Shiroe@lemmy.world to Programmer Humor@lemmy.ml · 2 years agoCall the Priestlemmy.worldimagemessage-square19fedilinkarrow-up137
arrow-up137imageCall the Priestlemmy.worldShady_Shiroe@lemmy.world to Programmer Humor@lemmy.ml · 2 years agomessage-square19fedilink
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;