create a graph heirarchy with a virtual base class (like mixin in js) but for c++ For example: Device Fused : Device Cor
Posted: Fri May 20, 2022 3:25 pm
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