News

C++ has been quickly modernizing itself ... you no longer have to worry about specifying a 16-bit variable, calling the wrong function with NULL, or peppering your constructors with initializations.
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?