My First complete program (sort of) An employee/payroll database management system written in C, was created for my Internal Assessment when i did CAPE. A colleague of mine Satesh taught me how to build this thing.
What I learnt:
- Basic C programming
- File Handling
- Pointers
- Linear Search Algorithm
- How to manually debug software
- Functions
- Using clear screen function to create clean program flo
Features
- Create, Retrieve records that store employee information
- Automatically calculates net salary and deductions
- Stores records in text files
- View all records
- Search for records using a key.