Thread: heeeeeelp plzzz!!!

  1. #1
    Registered User
    Join Date
    May 2018
    Posts
    1

    heeeeeelp plzzz!!!

    can anyone helps me with this plz?
    Write a program to do the following tasks by make use of string functions and array concepts:
    a. Read a file named test.txt, which contains many words.
    b. The words contain numbers, letters, and special characters.
    c. The special characters should be removed. Special character is any character not a letter nor a digit.
    d. Your program should count number of words.
    e. For each word, count how many characters it has and its occurrence in the input file.
    f. Sort the list of words based on the word length.
    g. The list of words with their length and frequency should be written on another file named Results.txt after sorting.
    Last edited by linabanioudeh; 05-21-2018 at 11:15 AM.

  2. #2
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    Nobody here is going to do your homework for you. Write your best attempt, and post it here. Then people can see what you're struggling with, and provide real help.
    What can this strange device be?
    When I touch it, it gives forth a sound
    It's got wires that vibrate and give music
    What can this thing be that I found?

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    Start small, compile often.
    A development process
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. PLZZZ attention!!!!
    By fanta in forum Windows Programming
    Replies: 11
    Last Post: 12-30-2009, 01:13 AM
  2. plzzz help in a stack :(
    By ladybird__86 in forum C++ Programming
    Replies: 14
    Last Post: 11-14-2009, 08:49 AM
  3. help plzzz...
    By shaheel in forum C Programming
    Replies: 11
    Last Post: 02-22-2008, 09:54 AM
  4. Heeeeeelp!!!! :)
    By tetraflare in forum C++ Programming
    Replies: 3
    Last Post: 10-19-2002, 09:01 PM

Tags for this Thread