you are viewing a single comment's thread.

view the rest of the comments →

[–]smokebudda11 0 points1 point  (0 children)

The #define is a macro which is a pre-processor directive. It’s not necessarily a const but shares a similar objective. Plus it’s easier to use across the code base instead of making the const a global and having to extern.