C++ is a general-purpose programming language created by Bjarne Stroustrup as an extension of the C programming language, or “C with Classes”. The language has expanded significantly over time, and modern C++ now has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation. It is almost always implemented as a compiled language, and many vendors provide C++ compilers, including the Free Software Foundation, LLVM, Microsoft, Intel, Oracle, and IBM, so it is available on many platforms.
In this episode, I show you how to create variables alongside making enumerations and how to use strongly typed enumerations so that you can have the same enumerator in two different enumerations.

#c++ #programming-c #cplusplus #more enums

C++ Tutorial [37] - More Enums | Strongly Typed Enums
2.30 GEEK