You will write a program that reads a text file

Assignment Help C/C++ Programming
Reference no: EM13163650

General Description: You will write a program that reads a text file, counts the number of words in the file, and the number of occurrences of each character. It will print to a file the number of words, and the number of occurrences of each character, as well as the percentage of that particular character as compared to all the characters. The list should be in descending order of occurrence.

Details:

  1. The body of the main function will only have variable declarations and function calls. (and the 'return 0' statement)

  2. There can be NO global variables, all information must be passed in and out of the functions. (There CAN be global constants, if you want)

  3. The characters to be counted are: (you should probably check which ASCII values these correspond to)

    1. Letters: uppercase and lowercase will be counted as the same character.

    2. Digits 0 - 9.

    3. Punctuation: ! ? , . : ; ' "

    4. Symbols: @#$%&*()+=/-<>

    5. any other character does not need to be counted

  4. You must use an array to store the information for each character.

  5. You must have these functions in your code: (you may have others but not necessary)

    1. getFileName - asks the user for the name of the input file. You must pass the file stream as a reference parameter. If the input file does not exist, you should print to the screen an appropriate message, and exit the program.

      1. To exit a program early, you can use the function exit(0), but you must include the file cstdlib in your code

  1. countWords - counts the number of words in the file. Words are anything separated by whitespace. The file identifier must be passed in to the function. Should also print a message with the number of words in the file.

  1. countChars - counts every occurrence of each character (see above) in the file. The information must be stored in an array, which must be passed in as a parameter. The file identifier must also be passed in as a reference parameter. Should also calculate the percentage for each character.

  1. sortChars - sorts the array, in descending order, by the percentage.

You must use either a selection sort, or an insertion sort.

  1. printCount - Prints each character, the number of each character, and the percentage of each character. The percentage should be in the form "25%". The information should come from the array, which must be passed in as a reference parameter, and the info must be sorted

  1. The program should work for any text file. I will run it on a text file for which I know the results. You may assume the text file is not an empty file

Reference no: EM13163650

Questions Cloud

Recursion to write a python function : Use recursion to write a Python function depth(LL), where LL is a nested list of lists of lists etc. of numbers (i.e., oat and int) and strings. We want to return the depth of nesting, i.e., how often, maximally, there is a list in a list etc
Determine the values for m and l for the b+ tree : A B+-tree is to be stored on disk whose block size is 2048 bytes. The data records to be stored are 50 bytes, and their key is 4 bytes. Determine the values for M and L for the B+-tree. Assume pointers are 4 bytes each.
Let ll be a list of integers : Let LL be a list of integers. Use list comprehension to produce teh following lists. Each one should just take onel line. Anser questions as two comments.
Write a select statement that returns these columns : Write a SELECT statement that returns these columns from the Products table: The date_added column A column that uses the CAST function to return the date_added column with its date only (year, month, and day)
You will write a program that reads a text file : You will write a program that reads a text file, counts the number of words in the file, and the number of occurrences of each character. It will print to a file the number of words, and the number of occurrences of each character, as well as the ..
Programming assignment is to tweak the existing mammal : programming assignment is to tweak the existing Mammal program and create your own Vehicle program.
Program that uses an instance of the timeoff : Write a program that uses an instance of the TimeOff class you designed in Programming Challenge 5. The program should ask the user to enter the number of months an employee has worked for the company. It should then use the TimeOff object to calc..
Find the number of steps per revolution. : If a given stepper motor has a step angle of 5 degrees, find the number of steps per     Revolution.
Boolean algebraic multiple choice question : boolean algebric mulitiple choice question

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Properly store the number from variable value

1. Statement will properly store the number from variable  value  into the output file object AnsFile?

  Write a bouncing ball video game

The balls bounces within the screen where the two horizontal walls are fixed

  Write a program to convert between rectangular

Write a program to convert between rectangular and cylindrical coordinates, based upon user input. For example, if the user wants to convert cylindrical to rectangular coordinates, the user would input r, ?, z values and the program would output x, y..

  Write a webservices application

Write a webservices application that does a simple four function calculator

  Declare a vector

Declare a vector of these structures where the size of the vector is to be 7.

  A password must have at least eight characters

A password must have at least eight characters. A password must consist of only letters and digits. A password should contain at least one uppercase letter. A password must contain at least two digits.

  Program to store lists of names and ages in parallel arrays

Write a C++ program that stores lists of names (the last name first) and ages in parallel arrays and sorts the names into alphabetical order keeping the ages with the correct names.

  Multidimensional arrays

multidimensional arrays to life, let's consider a specific example: How can you visualize a 4-dimensional array? How can you give meaning to each dimension this array has? What kind of application would such an array be useful for?

  A palindrome is a number

A palindrome is a number or text phrase that reads the same backward as forward. For example, each of the following five-digit integers is a palindrome: 12321, 55555, 34543 and 11611. Write a program that reads in a five-digit integer and determines ..

  Calculate the net pay as the gross less the taxes

Design and code a new function that accepts as parameters the gross pay by value and the federal tax, state tax, local tax, SS tax, and net Pay by reference.

  Write two short c programs and solve exam-style problem

Write two short C programs and solve four exam-style problems.

  Write a program that asks the user to enter two numbers.

Starting Out with C++ Write a program that asks the user to enter two numbers.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd