cm0002@lemmy.world to Programmer Humor · 3 days agoTell me the truth ...piefed.jeena.netimagemessage-square145linkfedilinkarrow-up11.16Karrow-down116
arrow-up11.15Karrow-down1imageTell me the truth ...piefed.jeena.netcm0002@lemmy.world to Programmer Humor · 3 days agomessage-square145linkfedilink
minus-squareulternolinkfedilinkEnglisharrow-up4·2 days agoYeah. I once had to do stuff to code that had bit-fields like that and after a while, realised (by means of StackOverflow) that that part is UB and I had to go with bitwise operations instead.
Yeah. I once had to do stuff to code that had bit-fields like that and after a while, realised (by means of StackOverflow) that that part is UB and I had to go with bitwise operations instead.
Undefined Behavior…?
Ok, I recalled wrong, it was unspecified