Skip to content

poproar/cplusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cplusplus

this repo is based on assignments at school. I might use this to refactor or better practice in the future.

Most of these programs were written in Visual Studio 2010 and run cmd line.

Employee Record System

What is it


This is a Modularized Console Application. Data that reads an input file and fills appropriate arrays. Default files contain 30 records containing the following fields: First Name, Last Name, Middle Initial, Employee ID#, State, ZIP, hours worked, and rate of pay. After proper transfer of data this program can then further do the following :

  • Data can then be sorted by ID# or Last Name.
  • Rapid reporting of the highest and the lowest paid employees.
  • Summaries of the total hours worked and pay.
  • Individual records can be searched by Last name or ID#.
  • Reports can be generated. /ERS/print/ directory

This system was built with C++ to run on a Windows® based machine with controlled access. Though this program is operational there are some known bugs.

Documentation


The documentation available as of the date of this release is included in PDF format in the ERS/docs/ directory.

Installation


Please see the file called INSTALL.

Licensing


Please see the /docs/ MANUAL.

Cryptography


This distribution may include software that has been designed for use with cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

Contacts


F.A.Q.


Did you do a lot of testing on this?

Yes, This took many hours to make and has been tested for about 3 X as long as it took to write it. Currently it seems to work.

How much does this cost?

$14,000.01

Didn't you proofread this document?

No, I didn't. I used an existing readme as a guideline and did not proofread it. If you find a mistake that really bothers you, let me know.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages