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

  Create a base employee class

Create a base Employee class and a derived StudentEmployee class

  Program to output value of tenth component of array

Write a C++ statements to perform the following: Set value of fourth component of array alpha to three times  value of eight component minus 57.

  Write a program that converts between app and ppm values

Write a simple program that converts between APP and PPM values

  Write a program using vectors and iterators

Create a program that uses at least two functions that will be called from your main. This program is a number game program that asks for parts of your phone and after manipulating it mathematically, eventually outputs your entire phone number. The d..

  Write a program to crypt its input accordingly

Write a program to crypt its input according to a specified transformation scheme

  Write a program that reads in a list of integer numbers and

Write a program that reads in a list of integer numbers and print out the sum of all numbers, the average, the lowest and the highest value entered. The first input number indicates how many numbers the program is attempting to read. For example, if ..

  A constructor and a destructor

A constructor and a destructor, Insert a new element chosen by the user at the correct place in the list

  Write program which inputs number of winning coupons

Write a program which inputs number of coupons you win and outputs how many candy bars and gumballs you can get if you spend all off your coupons on candy bars first and remaining coupons on gumballs in c++.

  Add 10 people to the line

Add 10 people to the line and process them. Each time you process someone, print out their ticket information. After all 10 have been serviced, print the average wait time. Below is an example of the time calls you will need and a wait function.

  Object oriented programming paradigm is better choice

Explain why object oriented programming paradigm is considered better choice than structured programming paradigm. Does it reflect our "natural" way of thinking or do you find it artificial?

  Create constructor function which takes no inputs

You must have the constructor function which takes no inputs and randomly generates the 5 letter string for name and random integers from 20 to 40 for both age and class size.

  Pointer variables to demonstrate shallow and deep copy

Using C++, write a program that uses pointer variables to demonstrate shallow and deep copy. The program should give the user the choice to do the following:

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