Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awais-124/oop_project
Second Semester Project. Payroll Management System. A Console Application with Responsive UI.
https://github.com/awais-124/oop_project
cpp oop payroll-management-system ui
Last synced: 20 days ago
JSON representation
Second Semester Project. Payroll Management System. A Console Application with Responsive UI.
- Host: GitHub
- URL: https://github.com/awais-124/oop_project
- Owner: awais-124
- Created: 2024-03-10T10:31:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T12:32:04.000Z (5 months ago)
- Last Synced: 2024-11-02T13:42:18.605Z (2 months ago)
- Topics: cpp, oop, payroll-management-system, ui
- Language: C++
- Homepage:
- Size: 472 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Payroll Management System using C++
> Folowing **OOP** principles are implemented:
- Inheritance
- Polymorphism
- Composition
- Aggregation
- Abstraction
- Encapsulation> Main Feature
- Implemented Responsive UI using `windows.h` library
- Add, Delete, Modify employees data
- Generate pay slip of employees
- Has visually apealing loading UI
> To run this Project you need to have following libraries included in your system:
```cpp
#include //for input output
#include //for file handling
#include // for accessing string stream
#include // for random number function
#include //for strings
#include //for getch function
#include //for setw function
#include //for accessing current time
#include //for getting and setting Console_Cursor position
```> ## Get Code
- clone the repo `git clone https://github.com/awais-124/OOP_Project.git`
- `cd OOP_Project`
- Copy code in any C++ Editor and run.
- Microsoft Visual Studio Code is recommended to run this code