the use of individual bits in a byte (or a set of bytes) to represent boolean values.
Possible Duplicate: C# int to enum conversion Is it somehow possible to convert an int to a flag combination enum? …
c# enums bitflagsI am attempting to learn more about this to implement in my project. I currently have got this basically: unsigned …
c++ c boolean-operations bitflagsCurrently I'm using enums to represent a state in a little game experiment. I declare them like so: namespace State { …
c++ enums bit-manipulation bitflags std-bitset