Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   C (https://www.askmehelpdesk.com/forumdisplay.php?f=438)
-   -   Sort words in a sentences (https://www.askmehelpdesk.com/showthread.php?t=416427)

  • Nov 16, 2009, 07:10 AM
    v221919
    Sort words in a sentences
    I want the program to sort the words in a sentence i.e. in dictionary form and we have to input the string
  • Nov 16, 2009, 08:03 AM
    Perito

    You simply parse the line into words (use spaces and punctuation as end-of-word markers). Then, sort the array.

    If you put a long text box on a form, you can use that as input. When the user hits <ENTER>, process the line and display the results.

  • All times are GMT -7. The time now is 05:14 PM.