Giter Club home page Giter Club logo

info_grabber's Introduction

info_grabber

Program built in C++ that calculates various pieces of information based on the input file given to the program

This program is a command line program which can input text files, and perform various tasks based on the option selected.

These include:

-- Report - This function reports information about the file to the user, and then sends a copy of the reported information to a text file created inside the program folder. The various items that this function reports includes: number of uppercase letters in the text file, number of lower case letters, number of spaces in the text document, and finally how many letters in total are found in the text file. The reported information is then sent to a new text file created inside the project folder.

     -> ex) fileproc infile.1 outfile.1 report

-- Reverse - This function takes the input text file and reverses the information inside. The reversed information is then sent to a new text file created inside the project folder.

     -> ex) fileproc infile.1 outfile.1 reverse

-- Histogram - This function takes two input text file and based on the number of times a letter is repeated in each of the files, the program builds a histogram of the file. It then sends this histogram to a new text file created inside the project folder.

     -> ex) fileproc infile.1 infile.2 outfile.1 histogram

-- Encrypt

  • This function takes and input text file and an user-encryption text file. Then the program takes the text file and converts it using the encryption file to create new words and phrases. This newely encrpyted file is then created inside the project folder.

      -> ex) fileproc infile.1 infile.2 outfile.1 encrypt
    

-- Help Menu

  • This function helps the user by displaying this content on the command line. It also explains how to interface with the program and the different commands possible.

    	  	-> ex) fileproc /?
    

info_grabber's People

Contributors

mgm702 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.