create a graph heirarchy with a virtual base class (like mixin in js) but for c++ For example: Device Fused : Device Cor
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
create a graph heirarchy with a virtual base class (like mixin in js) but for c++ For example: Device Fused : Device Cor
example that can help that will work. Also can you add comments so
i can understand the steps and a screen shot of how to make it run.
thank you
The Main part is we need to create a graph heirarchy with a
virtual base class (similar to mixin's in js) but for c++
create a graph heirarchy with a virtual base class (like mixin in js) but for c++ For example: Device Fused : Device Cord : Device FusedCord : Cord, Fused (diamond, Device is the virtual base class) submit tested code in repo