This project is a C++ Employee Management System with role-based access for HR, Managers, and Employees. Features include login, CRUD operations, and input validation for unique IDs, usernames, and names.
You can run this code in two ways:
- Compile with a C++11-compliant compiler (e.g., g++):
You can also run and test this code directly in your browser using OnlineGDB:
- Go to https://www.onlinegdb.com/online_c++_compiler
- Paste the contents of
main.cppinto the editor. - Click "Run" to execute the program.
Feel free to use