--- On Wed, 5/6/09, Sarah <[email protected]> wrote:
From: Sarah <[email protected]> Subject: [c-prog] Re: linked list To: [email protected] Date: Wednesday, May 6, 2009, 2:25 PM --- In c-p...@yahoogroups. com, 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.CubicleS oft.com/MyTaskFo cus/ > std::list or doubly-linked lists....... ... how??? [Non-text portions of this message have been removed]
