Thread: strings

  1. #1
    Registered User
    Join Date
    Mar 2003
    Posts
    2

    strings

    I want to read in some strings and manipulate them this way:
    Input all this at a time:

    All in the golden afternoon
    Full leisurely we glide;
    For both our oars, with little skill,
    By little arms are plied.

    output :
    would produce (arrange words alphabetically)

    Afternoon all golden in the
    Full glide leisurely we;
    Both for little oars, our skill, with
    Are arms by little plied

  2. #2
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    Show some code, not homework details.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Strings Program
    By limergal in forum C++ Programming
    Replies: 4
    Last Post: 12-02-2006, 03:24 PM
  2. Programming using strings
    By jlu0418 in forum C++ Programming
    Replies: 5
    Last Post: 11-26-2006, 08:07 PM
  3. Reading strings input by the user...
    By Cmuppet in forum C Programming
    Replies: 13
    Last Post: 07-21-2004, 06:37 AM
  4. damn strings
    By jmzl666 in forum C Programming
    Replies: 10
    Last Post: 06-24-2002, 02:09 AM
  5. menus and strings
    By garycastillo in forum C Programming
    Replies: 3
    Last Post: 04-29-2002, 11:23 AM