my one base class is a linklist class.now i'd like to inherit it by
another class.The problem is that when i use the derived class i can't
access the base class's pointers.classi c type mismatch.how do i link
the derived class if i can't compare the derived class's pointers to
the linklist class's pointers?
do i do it with overloading?i tried that,but could get it to work.my
handbooks (all 4 of them) has no example on how to do overloading.can
someone help?e-mail if you want to.please, i'm on a deadline!!!
another class.The problem is that when i use the derived class i can't
access the base class's pointers.classi c type mismatch.how do i link
the derived class if i can't compare the derived class's pointers to
the linklist class's pointers?
do i do it with overloading?i tried that,but could get it to work.my
handbooks (all 4 of them) has no example on how to do overloading.can
someone help?e-mail if you want to.please, i'm on a deadline!!!
Comment