User profile: bessaz

User info
User name:bessaz
History
Joined:
Number of posts:5
Latest posts:

generic linked list
thx :) but, in your code kevinchkin : [code]node_base* current; current = head; while (cur...

generic linked list
thanks a lot kevinchekin :) but in both methods insertToHead and insertToTail There is not a red...

generic linked list
Ok, thank you Kevinchkin for explanation, I begin understanding , But one case of list already ...

generic linked list
how I must make to define my list ?? [code]class Node{ public: void* info; Node* next; No...

generic linked list
Hi, guys! I need to create a generic linked list (Polymorphic containers),with class no the stru...

This user does not accept Private Messages