Polymorphism and virtual settersThe solution I was initially looking for was [i]generics[/i]! Something like class Car <T: Pa...
Polymorphism and virtual settersEventually I'd like to write something like: [code] Car *c; if (blup) c = new GCar(); c->Se...
Polymorphism and virtual settersThanks for the hints! So Car should not contain any pure virtual methods? How should I design the cl...
Polymorphism and virtual settersHi, I'm new to c++ (but I know other languages) and I'm confused about how to implement something...
This user does not accept Private Messages