So before learning c++, I am already quite experience with c# language. In c#, i was able to make an enumeration class that contains enum for the program. I was wondering, how to make an enumeration class in c++. I am using netbean 8.2 to write the code. What I mean for enum class is not an enum in a class but the whole class itself is enumeration.
Edit: I've managed to figure it. Thank you to everyone that helped.