Why are so many C developers self-taught? Because C doesn’t have classes!
@jfbastien I have actually written object oriented code in plain C. I put variables and pointers to functions in a C Structure type, which makes it essentially a Class.
@halfempty @jfbastien I assume some members are named like pvt_px and pvt_pf? 😉