Search:

Type: Posts; User: axydias

Search: Search took 0.00 seconds.

  1. Thread: Templates

    by axydias
    Replies
    4
    Views
    1,087

    Nope... :( template Node*...

    Nope... :(


    template <class T>
    Node* list<T>::move_back(Node* x)
    {
    return x->prev;
    }

    4 errors at line 2:
  2. Thread: Templates

    by axydias
    Replies
    4
    Views
    1,087

    Templates

    Hello! I have a question that has to do with templates...

    I have the following template:


    template <class T> class list
    {
    public:
    struct Node
    {... ... ...};
Results 1 to 2 of 2