Thread: sorting

  1. #1
    Registered User
    Join Date
    Oct 2011
    Posts
    2

    sorting

    Make a program that can sort a list of names and telephone numbers alphabetically. Persons are sorted alphabetically by their last names. Persons with the same last name are sorted by their first names.


  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Quote Originally Posted by romy View Post
    Make a program that can sort a list of names and telephone numbers alphabetically.
    Nah, I'll pass. But you should really read this.


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

  3. #3
    Registered User
    Join Date
    Oct 2011
    Posts
    2
    pls help me to make this code....

  4. #4
    Algorithm Dissector iMalc's Avatar
    Join Date
    Dec 2005
    Location
    New Zealand
    Posts
    6,318
    Excuse me?! You think you can just copy and paste instructions meant for you and regurgitate them for us with not even the slightest bit of communication from yourself directly.
    I don't think so!

    Go back and read the homework policy and learn how to ask smart questions.
    My homepage
    Advice: Take only as directed - If symptoms persist, please see your debugger

    Linus Torvalds: "But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help! With Sorting
    By jessieo387 in forum C++ Programming
    Replies: 4
    Last Post: 04-12-2010, 08:08 AM
  2. Sorting bug
    By Cabochon in forum C Programming
    Replies: 6
    Last Post: 03-23-2006, 02:20 PM
  3. Sorting words with a fast, effincient sorting method
    By Unregistered in forum C++ Programming
    Replies: 19
    Last Post: 07-12-2002, 04:21 PM
  4. sorting...
    By headexplodes in forum C++ Programming
    Replies: 8
    Last Post: 05-19-2002, 07:05 AM
  5. sorting
    By adrive in forum C++ Programming
    Replies: 3
    Last Post: 03-11-2002, 10:07 AM