Quote Originally Posted by lxman View Post
If I use this approach, does this mean that the Priority enum is only available within MyClass? What if I wish to use this enum in other classes? Ultimately that is what I would like to establish, is a series of global enums that are available anywhere in my project.
Yes, and you simply qualify it by class name, eg: MyClass::Priority priority