I've seen this done two ways and I'm trying to decide which one I should implement in my own code.
I've seen people use #Define
preprocessor markers...
I've also seen people create static const
global variables...
I believe I know how each one works but I'm not sure if there are any drawbacks or benefits to either method or if its just a matter of preference.