On Wed, May 6, 2009 at 2:15 PM, Sarah <[email protected]> wrote: > any can one tell me how to make a simple link list which can add and > delete node at run time in C++???
C++ has linked lists available - are you after creating the linked lists from scratch (for homework perhaps to understand the concept) or were unaware that C++ had them available? -- PJH http://shabbleland.myminicity.com/com http://www.chavgangs.com/register.php?referer=9375
