Re: using virtual function in c



mohan wrote:

> Well I wanted to achieve dynamic polymorphism in c .

Why?

> Ie calling function dynamically depending upon the type

On the type of what? You haven't explained what it is that you want.
Give examples. Explain why you don't want to use languages that already
provide polymorphism.

Your project specs are hazy at best.




Brian
.



Relevant Pages

  • Re: using virtual function in c
    ... Ie calling function ... > depending upon the type ... >> mohan wrote: ... If you want to achieve dynamic polymorphism, ...
    (comp.lang.c)
  • Re: using virtual function in c
    ... Well I wanted to achieve dynamic polymorphism in c. ... Ie calling function ... depending upon the type ... > mohan wrote: ...
    (comp.lang.c)