Thread: Sorting a linked list alphabetically using strcmp

  1. #1
    Registered User
    Join Date
    Sep 2012
    Posts
    48

    Sorting a linked list alphabetically using strcmp

    I'm trying to learn how to sort a linked list alphabetically using strcmp. Does anyone have any resources / a skeleton of how to do it?

    Thanks.

  2. #2
    Registered User
    Join Date
    Sep 2012
    Posts
    48
    solved.
    Last edited by jsuite; 12-07-2012 at 09:18 PM.

  3. #3
    Registered User
    Join Date
    Dec 2012
    Posts
    1

    Sorting a linked list alphabetically using strcmp

    I need information on this as well. Seeing how you solved it, could you please provide me some insight?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to sort linked list alphabetically
    By chickenlittle in forum C++ Programming
    Replies: 9
    Last Post: 09-19-2011, 01:36 AM
  2. Problem using strcmp and strlen in a Linked List
    By matrixx333 in forum C Programming
    Replies: 4
    Last Post: 11-23-2009, 04:13 AM
  3. strcmp on a linked list to a string n
    By occams razor in forum C Programming
    Replies: 4
    Last Post: 03-31-2007, 08:54 AM
  4. sort my linked list alphabetically
    By alfd6z in forum C Programming
    Replies: 2
    Last Post: 12-14-2002, 01:33 PM
  5. Inserting alphabetically into a Linked List
    By EDL in forum C++ Programming
    Replies: 4
    Last Post: 05-31-2002, 06:51 AM