cm0002@lemmy.world to Programmer Humor@programming.dev · 3 days agoTell me the truth ...piefed.jeena.netimagemessage-square143fedilinkarrow-up11.16K
arrow-up11.16KimageTell me the truth ...piefed.jeena.netcm0002@lemmy.world to Programmer Humor@programming.dev · 3 days agomessage-square143fedilink
minus-squarexthexder@l.sw0.comlinkfedilinkarrow-up40·edit-23 days agoOr just std::bitset<8> for C++. Bit fields are neat though, it can store weird stuff like a 3 bit integer, packed next to booleans
minus-squareSonotsugipaa@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up10·edit-23 days agoThat’s only for C++, as far as I can tell that struct is valid C
Or just
std::bitset<8>
for C++. Bit fields are neat though, it can store weird stuff like a 3 bit integer, packed next to booleansThat’s only for C++, as far as I can tell that struct is valid C