Static member

If I have a static member in a class in the private area? Does only a static function can access it? or it can be accessed with any other function throught the program? Thanks?
It can be accessed by any (static or non-static) member function of the class or by any friend function of the class.
Topic archived. No new replies allowed.