I'm new on using class.
Other than declare as friend class or declare static for the specific file to share variables/functions. Is there any other way?
I have inherit few classes and wrote into few *.cpp file. I can't extern a static file, so is that mean i just only can share members through friend classes?