C++ Enums. In this video, you will learn about enumerations in C++. Enums are a special type that represent a group of named integers. You will learn how to declare enums, resolve naming conflicts in enums, and create enum classes.
If you need to review these topics:
Switch Case: https://youtu.be/VKlSWvSS7JI
Functions: https://youtu.be/65PSQUdH5k0
Global and Local Variables: https://youtu.be/C0Keab4nfa0
C++ Playlist:
https://www.youtube.com/playlist?list=PLnKe36F30Y4ZDNIOZ51sX25pWKQ1pkpTE
Github Repo for C++ Code:
https://github.com/ImKennyYip/cpp
Install C++ with VS Code:
https://youtu.be/DMWD7wfhgNY
Subscribe for more coding tutorials !