In my earlier days I often had constructs like:
// .h extern const int MY_CONST; // .cpp const int MY_CONST = 5;
Is it true that this is com