--- In [email protected], Thomas Hruska <thru...@...> wrote:
>
> Sarah wrote:
> > any can one tell me how to make a simple link list which can add and delete 
> > node at run time in C++???
> 
> Why not use std::list?
> 
> -- 
> Thomas Hruska
> CubicleSoft President
> Ph: 517-803-4197
> 
> *NEW* MyTaskFocus 1.1
> Get on task.  Stay on task.
> 
> http://www.CubicleSoft.com/MyTaskFocus/
>
std::list or doubly-linked lists..........
how???

Reply via email to