News

My previous article Code Craft – Embedding C++: Classes explored ... That in a nutshell is inheritance and virtual functions. This isn’t a tutorial but just a glimpse into this feature of ...
I think I'm mostly having difficulty with getting my head around the syntax and boilerplate required by C++. I basically want to do multiple inheritance with mixins. I'll explain what I want to do ...