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.
- π€ 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)
employee_data.txtβ Stores Employee ID and Nameattendance.txtβ Stores Employee ID and timestamp of attendance
g++ -o attendance_app attendance.cpp