Linked list and doubly linked list examples

Posted by Carl_1789 on Stack Overflow See other posts from Stack Overflow or by Carl_1789
Published on 2010-06-01T19:14:41Z Indexed on 2010/06/01 19:23 UTC
Read the original article Hit count: 473

Filed under:
|

I'm looking for a good understandable example in c++ with differences. Does the header file <list.h> provide both or should I look somewhere else?

© Stack Overflow or respective owner

Related posts about c++

Related posts about linked-list