User profile: fzuend

User info
User name:fzuend
History
Joined:
Number of posts:4
Latest posts:

Polymorphism and virtual setters
The solution I was initially looking for was [i]generics[/i]! Something like class Car <T: Pa...

Polymorphism and virtual setters
Eventually I'd like to write something like: [code] Car *c; if (blup) c = new GCar(); c->Se...

Polymorphism and virtual setters
Thanks for the hints! So Car should not contain any pure virtual methods? How should I design the cl...

Polymorphism and virtual setters
Hi, 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

User: fzuend

  • Public profile