study-com-c--language-assignment-1

Employee Management System

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.

How to Run

You can run this code in two ways:

1. On Your Computer

  • Compile with a C++11-compliant compiler (e.g., g++):

2. Online

You can also run and test this code directly in your browser using OnlineGDB:


Feel free to use