News

“C++ classes do not cause code bloat and using inheritance and virtual functions are not inherently slow.” I completely agree. What’s slowing this example down isn’t C++, or C: it’s the ...
Since "super" isn't really allowed in C++, though, it seems tricky to have some other class change the properties of another one, since they're only related when they're instantiated.