Common Question...
...but I can't find a clear answer...
Is there a C++ equivalent to a Java class' static function modifier?
Basically, I am looking to call functions of a class that is not instantiated.
Is there a C++ equivalent to a Java class' static function modifier?
Basically, I am looking to call functions of a class that is not instantiated.
