The Art of Programming
@theprogrammingart
49.8K
subscribers
149
photos
2
files
681
links
A channel with programming news and tips and tricks, for beginners but also for experienced programmers.
💻
Download Telegram
Join
The Art of Programming
49.8K subscribers
The Art of Programming
Forwarded from
Syra's Techbinder
https://preshing.com/20150324/safe-bitfields-in-cpp/
Tags:
#programming
#Cpp
Preshing
Safe Bitfields in C++
In my cpp11-on-multicore project on GitHub, there’s a class that packs three 10-bit values into a 32-bit integer. I could have implemented it using traditional bitfields& …