Thread: List of structures

  1. #1
    Registered User
    Join Date
    Oct 2010
    Posts
    6

    List of structures

    Hi, i've got a bit of a problem here. I need to make a list of equal structures which receive data from another program. My problem is that i dont know how i should create it like. It has to be made so that i can add and or remove a given structure when a certain condition is satisfied. Furthermore some data is constantly changing and every value most be stored. It has to be in a header file.

    Hope you can help me.

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Sounds like you want a linked list. A board search should turn up thousands of posts on them.

    Quzah.
    Hope is the first step on the road to disappointment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linked List from Standard Input
    By mercuryfrost in forum C Programming
    Replies: 14
    Last Post: 08-24-2009, 12:05 AM
  2. Replies: 6
    Last Post: 03-02-2005, 02:45 AM
  3. compiler build error
    By KristTlove in forum C++ Programming
    Replies: 2
    Last Post: 11-30-2003, 10:16 AM
  4. Linked list with two class types within template.
    By SilasP in forum C++ Programming
    Replies: 3
    Last Post: 02-09-2002, 06:13 AM
  5. singly linked list
    By clarinetster in forum C Programming
    Replies: 2
    Last Post: 08-26-2001, 10:21 PM