19.05.2017, 05:52
Neither. You should use '#define's if you'd like no character limit for the elements' name. If that limit doesn't bother you however, then the enum would be your perfect choice (you won't need to manually define their values).