Results 1 to 4 of 4

Thread: c++ double linked list

  1. #1

    c++ double linked list

    This may be a tad off topic, or in the wrong forum, but could anyone point me in the way of a turtorial about double linked lists in C++. I dont really want the code flat out, i would just like to know if there are some tutorials, or help files somewhere to help me get a better understanding of the concept. I already tried some search engines, all i got was some examples in c, which i can sort of dechiper, and some flat out code.

  2. #2
    Well i found a site that might help you in your task.
    http://www.zingtech.com/features/gamedev/gnewprog.htm

    Maybe you should try googleing it before. i did that and it worked.

    like SoggyBottom said in THIS POST

    SoggyBottom's attachment is RIGHT HERE

  3. #3
    Senior Member
    Join Date
    Feb 2003
    Posts
    118
    You can find an example in C++ at http://www.wsu.edu/~xuong_ph/interests.htm

  4. #4
    Senior Member
    Join Date
    Nov 2002
    Posts
    393
    \"I have a 386 Pentium.\"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •