Hi guys,
I am doing multithreading in my C++ program.
Now i seriously STUCK in my program.:confused:
Ok,
My program have 2 different base class,
and each of the base class have a sub class,
Example,
subclass1 inherited from baseclass1,
subclass2 inherited from baseclass2,
HOW to make subclass1 and subclass2 connected?
The problem i cant think of is because both of this 2 subclass are inherited from different base class.
Is there any solution u guys know on solving this?
TIA!:)
Regards,
adRiaNn