Error Message 'class::function' : illegal call of non-static member function
Posted
by shak
on Stack Overflow
See other posts from Stack Overflow
or by shak
Published on 2010-04-29T10:21:48Z
Indexed on
2010/04/29
10:27 UTC
Read the original article
Hit count: 219
c++
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.
© Stack Overflow or respective owner