Enums vs enum class in C++
Welcome to the next pikoTutorial!
When dealing with enumerations in C++, developers have two primary options: traditional enum and enum class.
Traditional enums vs enum classes
At the first glance, the only difference appears to be in the class keywo...
pikotutorial.hashnode.dev2 min read