Tag: enum
All the articles with the tag "enum".
-
C++ Enum Tutorial: enum and enum class Explained
Learn C++ enums from scratch. This beginner guide covers plain enums, enum class (scoped enums), when to use each, and why enum class is preferred in modern C++.