Thread: includin an array into inlinked list

  1. #1
    BrucE
    Guest

    Question includin an array into inlinked list

    hello there,
    i have a prob which involves linked list
    i have an iniitialized array and this is has been #included into my main program , i want to know how to include this initialized array into a linked list.

    this initialized array has a struct within a struct .
    in main how would i code this ? to include it into a linked list
    ?
    please help?

  2. #2
    Registered User
    Join Date
    Oct 2001
    Posts
    43
    give us some code please

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. deleting a node in linked list
    By BoneXXX in forum C Programming
    Replies: 18
    Last Post: 12-17-2007, 12:30 PM
  2. Replies: 6
    Last Post: 03-02-2005, 02:45 AM
  3. linked list inside array of structs- Syntax question
    By rasmith1955 in forum C Programming
    Replies: 14
    Last Post: 02-28-2005, 05:16 PM
  4. Replies: 5
    Last Post: 11-20-2001, 12:48 PM
  5. singly linked list
    By clarinetster in forum C Programming
    Replies: 2
    Last Post: 08-26-2001, 10:21 PM