Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leslie-23/payroll-cpp-updated
Console app for calculating the pay of employees based on a few developer set options
https://github.com/leslie-23/payroll-cpp-updated
Last synced: 23 days ago
JSON representation
Console app for calculating the pay of employees based on a few developer set options
- Host: GitHub
- URL: https://github.com/leslie-23/payroll-cpp-updated
- Owner: Leslie-23
- Created: 2023-10-20T02:00:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T02:07:21.000Z (about 1 year ago)
- Last Synced: 2024-11-06T17:34:27.144Z (2 months ago)
- Language: C++
- Size: 494 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# payroll-cpp-updated
Console app for calculating the pay of employees based on a few developer set options# Payroll System
This is a simple Payroll System written in C++ that calculates gross pay, tax amount, and net pay for both hourly and salaried employees. It demonstrates the use of object-oriented programming principles to model different employee types.
## Features
- Supports both hourly and salaried employees.
- Calculates gross pay, tax amount, and net pay based on input.
- Provides a table-like display of employee data.## Getting Started
To run the Payroll System on your computer, follow these steps:
1. Clone the repository to your local machine using Git:
```bash
git clone https://github.com/Leslie-23/payroll-system.git2. Navigate to the project directory: cd payroll-system
3. Compile and run the code:g++ main.cpp -o payroll
4. Run the program: ./payroll