User profile: wolfie16

User info
User name:wolfie16
History
Joined:
Number of posts:17
Latest posts:

Abstact class consturctor
I have the following class hierarchy. Vehicle is an abstract class which has a constuctor. The deriv...

KMP algorith with a vector
In the following program I have a three class hierarchy. Item is the base class and Product and Serv...

Class hierarchy
Thanks a lot! It worked!

Class hierarchy
Thank you!So no need to create these pointers, right? [code]B b1, b2, b3 ; C c1, c2, c3 ; ...

Class hierarchy
Thank you. But class B and C have constructors with elements that need to be used in the function th...