Error Message 'class::function' : illegal call of non-static member function
- by shak
i was trying to call a static function of class using scope resolution operator, the way to access static function but still generating error. what are the possibilities.