Search:

Type: Posts; User: dagbai

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,646

    Is this what you were talking about?

    Is this what you were talking about?
  2. Replies
    4
    Views
    1,646

    Yeah I did that in the sublist class ...

    Yeah I did that in the sublist class


    #include "Sublist.h"
    Sublist::Sublist(): GeneralizedList(){}
    void Sublist::print(ostream& out)const
    {
    current = first;
    if(current !=NULL)
    {
  3. Replies
    4
    Views
    1,646

    Help LinkedList!!

    Hey,
    I need help!!
    I am working on this program and it has 4 classes:Member, GeneralizedList, sublist and an Integer class.
    The Member class is an Abstract class with all abstract functions. The...
Results 1 to 3 of 3