By Tanmay Ahuja
Basic operations users can perform via this program project that is based on file handling are adding new employee record, modifying, deleting a record, displaying employee’s record Using C++
Payroll Management System is a C++ project which can be used to perform various operations and store the Salary records of people that too without SQL(database) i.e. only using C++. A person can perform the following 6 main operations:
1. Addition of New Employee.
2. Modify Employee Record
3. Delete Employee Record
4. Print Employee Salary Slip
5. Display an Employee Record
6. Display List of Employees
In this project 9 main header files are used i.e. :
Submitted by Tanmay Ahuja (tanmay140)
Download packets of source code on Coders Packet
Comments