Tips when defining global constant in header file
Defining a constant in C++ to be visible in several source files. There are several ways of doing that, but you could make mistakes if not careful enough.
Read moreTips when defining global constant in header file