Bit fields are probably one of the least popular language features of C/C++. By using bit fields the programmer can precisely define how many bits are occupied by each member of a struct
or class
.Continue reading
Category: Tips & Tricks
Little tips and tricks