Thread: Double liked list and double pointer

  1. #1
    Registered User
    Join Date
    Dec 2010
    Posts
    1

    Double liked list and double pointer

    can any one help me with how to implement doubly linked list with a double pointers of a structure data type.
    can you also suggest me some materials to understand the concept of pointers to a structure.

  2. #2
    Registered User
    Join Date
    Nov 2010
    Location
    Long Beach, CA
    Posts
    5,909
    What have you tried so far? Please post any code you have in code tags and let us know specifically what problems you're having. Here are some references from this site:
    Cprogramming.com Tutorial: Pointers
    Cprogramming.com Tutorial: Structures

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 5
    Last Post: 04-04-2009, 03:45 AM
  2. Need some help...
    By darkconvoy in forum C Programming
    Replies: 32
    Last Post: 04-29-2008, 03:33 PM
  3. Copying 2-d arrays
    By Holtzy in forum C++ Programming
    Replies: 11
    Last Post: 03-14-2008, 03:44 PM
  4. need some help with last part of arrays
    By Lince in forum C Programming
    Replies: 3
    Last Post: 11-18-2006, 09:13 AM