Take Up Code
Take Up Code
Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes
53: Enumerations And Bit Flags.
13 minutes Posted Feb 9, 2016 at 11:05 pm.
0:00
13:28
Download MP3
Show notes
Enumerations allow you to name different related options. The names can refer to a single option or you can use what you now know about bits to combine them into flags. With flags, you can have multiple enumeration options that you can work with as a single value.