Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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