Is it better to use static const
vars than #define
preprocessor? Or maybe it depends on the context?
What are advantages/disadvantages for each method?
Is it better to use static const
vars than #define
preprocessor? Or maybe it depends on the context?
What are advantages/disadvantages for each method?