Skip to content

vijay-illuru/Employee_Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ§‘β€πŸ’Ό Employee Management System (C++)

This is a simple command-line Employee Attendance and Management System written in C++ using file handling. It allows HR/admins to manage employee records, mark attendance, and view or clear attendance logs with time-stamped records.


πŸ“¦ Features

  • πŸ‘€ Add & Remove Employees
  • πŸ“‹ View All Employees
  • πŸ•’ Mark Attendance with Timestamp
  • 🧾 View Attendance Records
  • 🧹 Clear Attendance (all or per employee)
  • πŸ’Ύ Persistent Storage via Files (employee_data.txt, attendance.txt)

πŸ“ Files Used

  • employee_data.txt – Stores Employee ID and Name
  • attendance.txt – Stores Employee ID and timestamp of attendance

πŸš€ How to Run

1. Compile the code

g++ -o attendance_app attendance.cpp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages