News

I've come across something I don't see very often today: a global static function.<BR><BR>Could someone please enlighten me as to the difference between a static and normal global function?
My memory on this is a little sketchy, but I think that when you make a call on a virtual function, the virtual function table must be consulted before method invocation, whereas non-virtual ...