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

  Writing function that computes leap years

Write down function that computes leap years. Function prototype is as follows: Write function body which returns true if year is a leap year and false if year is not a leap year.

  20 integers saved in a file called "data.txt"

There are 20 integers saved in a file called "data.txt" (just a random txt file with some numbers) All integers are in the range from 1 to 10

  We wish to process survey results

Suppose we wish to process survey results that are stored in a file. This exercise requires twoseparate programs. First, create a program that prompts the user for survey responses and outputseach response to a file

  Class to act as a generic array

Create a class to act as a generic array (i.e. the user will be able to choose the data type to be stored by passing the appropriate template argument.

  Basics of code development on linux and cryptography

Prepare a C program that gives simple mono-alphabetic substitution between plaintext, and Enhance your code to use "-e" to encrypt a string argument and "-d" to decrypt it using argv and argc

  Design and implement a library system

Design and implement a library system that does the following: ? Takes details of a student/library users: first name, last name, other names, user ID number, and nationality.

  Iterative programming problem solving approaches

Write a recursive function void reverse ( ) that reverse a sentence

  The use of decision logic

The use of decision logic is one of the major concepts of computer programming.

  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..

  Program that asks the user to enter up to 100 integer score

Write a C program that asks the user to enter up to 100 integer scores, which are to be stored in an array. (You should allow the user to terminate input prior to entering all 100 scores.) The program should then display all the scores, ten per line,..

  Ruby implement primitive types

How does Ruby implement primitive types, such as those for integer and floating-point data?  3-What is the single most important practical difference between Smalltalk and C++?

  Develop a simple poker game

Develop a simple poker game

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