53: Enumerations And Bit Flags. - a podcast by Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes

from 2016-02-10T07:05:56

:: ::

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.

Further episodes of Take Up Code

Further podcasts by Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes

Website of Take Up Code: build your own computer games, apps, and robotics with podcasts and live classes