Thread: alphabetizing?

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

    alphabetizing?

    i am reading several character strings (names) from a data file and need to know how would i put strings in an alphabetical order in my program.
    thanks

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Use a sort
    Sorting has been discussed many times on the board - use the search button to find them

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Alphabetizing Names
    By thestrapman in forum C Programming
    Replies: 6
    Last Post: 08-21-2008, 12:36 AM
  2. Alphabetizing a file?
    By TitoMB345 in forum C Programming
    Replies: 14
    Last Post: 11-07-2007, 03:52 PM
  3. Alphabetizing n words.
    By eurus in forum C Programming
    Replies: 2
    Last Post: 01-19-2006, 11:57 PM
  4. alphabetizing
    By mouse163 in forum C++ Programming
    Replies: 8
    Last Post: 12-18-2002, 03:59 PM
  5. Need help alphabetizing a Struct
    By Sapphire19 in forum C Programming
    Replies: 4
    Last Post: 11-28-2001, 12:47 PM