Page 1 of 1

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
by answerhappygod
Create A Graph Heirarchy With A Virtual Base Class Like Mixin In Js But For C For Example Device Fused Device Cor 1
Create A Graph Heirarchy With A Virtual Base Class Like Mixin In Js But For C For Example Device Fused Device Cor 1 (41.35 KiB) Viewed 32 times
The problem doesnt need to be about cords, if you have another
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