generic linked listthx :) but, in your code kevinchkin : [code]node_base* current; current = head; while (cur...
generic linked listthanks a lot kevinchekin :) but in both methods insertToHead and insertToTail There is not a red...
generic linked listOk, thank you Kevinchkin for explanation, I begin understanding , But one case of list already ...
generic linked listhow I must make to define my list ?? [code]class Node{ public: void* info; Node* next; No...
generic linked listHi, guys! I need to create a generic linked list (Polymorphic containers),with class no the stru...
This user does not accept Private Messages