Search:

Type: Posts; User: katie

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,714

    inheritance with pointers:Overloading?

    what methods?
    i don't know what methods there are!
    i could post a smaller program:#include <stdio.h>
    #include <conio.h>
    #include <stdio.h>
    #include <iostream.h>
    #include <dos.h>

    //class...
  2. Replies
    3
    Views
    1,714

    Inheritance with pointers:Overloading?

    i derived a class from a linklist class. the problem is i can't access the next or previous pointers.type mismatch.do anybody have an idea how to solve it? should i overload the base class pointers,...
Results 1 to 2 of 2