Copys of different pointer types to a single objectYes thank you. This will be a quick fix but in a long run, class A or B may have new functions being...
Copys of different pointer types to a single objectHi, I wanted to have an array of base class pointers to access all the derived classes' member funct...
static function within static inner classCode 1 [code] class Car { public: Car() { plate = "TestPlate"; }; void RegPlate() { p...
How you change an object from base class to derived class?Thank you all of you. I also thought of using static_cast but then I realise the pointer was a bas...
How you change an object from base class to derived class?bump! Hope someone can help! This is stalling me