News

virtual void output() const = 0; static void outputPins ... You can invoke any virtual function on those instances. I used the C++11 initialization using {}s, the range based for loop to ...
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?