violet08_@lemmy.world to Lemmy Shitpost@lemmy.world · 2 months agowow😰lemmy.worldimagemessage-square40fedilinkarrow-up1328arrow-down113
arrow-up1315arrow-down1imagewow😰lemmy.worldviolet08_@lemmy.world to Lemmy Shitpost@lemmy.world · 2 months agomessage-square40fedilink
minus-squarelad@programming.devlinkfedilinkEnglisharrow-up3·2 months 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·1 month 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.