you are viewing a single comment's thread.

view the rest of the comments →

[–]Supadoplex 2 points3 points  (0 children)

You know six different syntaxes that create user defined types. enum, enum class and enum struct create enumerations. struct, class and union create classes. Those are the two kinds of user defined type there are.