Hey, thanks for the advice. The problem is, if I don't include the same header by both files, then the global declared in the header will work for the cpp file that includes it, but not for the other cpp file.
For instance, I have two CPP files that both make use of the same global variable. I...