Thread: standard linked list or Queue in C??

  1. #1
    Registered User
    Join Date
    May 2010
    Posts
    269

    standard linked list or Queue in C??

    I remember there being some basic list or queue functions in C.. however, I haven't been able to find out what they were? Do they exist?

  2. #2
    'Allo, 'Allo, Allo
    Join Date
    Apr 2008
    Posts
    639
    Not unless you write them yourself or use a third party library.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Queue linked list prob.. need help and suggestions
    By anthnzz in forum C Programming
    Replies: 2
    Last Post: 04-11-2010, 04:16 PM
  2. Is a queue essentially a linked-list?
    By dudeomanodude in forum C++ Programming
    Replies: 4
    Last Post: 03-17-2008, 07:54 AM
  3. linked-list queue
    By the_winky_files in forum C Programming
    Replies: 17
    Last Post: 11-21-2005, 03:57 PM
  4. Linked List Queue Implementation help
    By Kenogu Labz in forum C++ Programming
    Replies: 8
    Last Post: 09-21-2005, 10:14 AM
  5. Linked List implementation of Queue
    By tdm2792 in forum C Programming
    Replies: 5
    Last Post: 11-04-2001, 04:04 PM