Hansi | 16 Jul 07:22

Re: Beginner design question


> 
> -- 
> Hi,
> 
> The question is if you need runtime polymorphism or static one?
> If you have some performances constraints, I propose you to use static 
> polymorphism as far as you can and switch to runtime polymorphism when 
> statics no work any more. The Adobe Poly library helps you to make the 
> switch (see http://stlab.adobe.com/wiki/images/c/c9/Boost_poly.pdf and 
> http://homepages.fh-regensburg.de/~mpool/mpool07/proceedings/5.pdf)
> 
> Hopping that helps you.
> 
> 
> Vicente

static polymorphism helps too...thanks

Gmane