So I have a namespace thing with extern int variables declared in a header. I\'m trying to define them in a .cpp with using namespace thing;<
thing
extern int
using namespace thing;<