User profile: Adryanmh

User info
User name:Adryanmh
History
Joined:
Number of posts:11
Latest posts:

Need some help fast with Template in Double Linked List
I just wanted a Double Linked List inherited(derived) from the Simple Linked List using only classes...

Need some help fast with Template in Double Linked List
[code]template <class Tip> class ListaD : public Lista<Tip> { public: ListaD() : Lista<T...

Need some help fast with Template in Double Linked List
ok i managed somehow by declaring Lista as a template first row, now the next problem is how to decl...

Need some help fast with Template in Double Linked List
Hmm, then how should i declare them friends? friend class<tip> Lista; gives me " 'Lista' is not a t...

Need some help fast with Template in Double Linked List
Its actually a simple linked list. I deleted the double linked list (its inherited). I want to make ...

This user does not accept Private Messages