Skip to main content
Logo image

Section 32.4 Summary

In this chapter, we covered the following topics:
  • Bitwise operators: ~, <<, >>, &, |
  • Reading, checking, and counting individual bits
  • Enumerated types (enum), including assigning custom values and casting
  • Using enums together with bitwise operators to represent flags