violet08_@lemmy.world to Lemmy Shitpost@lemmy.world · 3 days agowow😰lemmy.worldimagemessage-square32linkfedilinkarrow-up1312arrow-down112
arrow-up1300arrow-down1imagewow😰lemmy.worldviolet08_@lemmy.world to Lemmy Shitpost@lemmy.world · 3 days agomessage-square32linkfedilink
minus-squarelad@programming.devlinkfedilinkEnglisharrow-up3·2 days agoHaving integers with amount of bits indivisible by 2, let alone 8, is a nice feature to have in a language, I deed
minus-squareValmond@lemmy.dbzer0.comlinkfedilinkarrow-up2·2 days agoint a:7; IIRC (C/C++). But doesn’t overflow as you’d expect.
Having integers with amount of bits indivisible by 2, let alone 8, is a nice feature to have in a language, I deed
int a:7;
IIRC (C/C++). But doesn’t overflow as you’d expect.