Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 555 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 555 Bytes

Client Management System (C++)

📌 Overview :

This is a simple Client Management System written in C++ that allows users to add, delete, search, and display client records. The program stores client data efficiently and provides an interactive menu for managing records.

🚀 Features :

✅ Add new clients with details

✅ Delete clients from the system

✅ Search for clients by name or ID

✅ Display all registered clients

✅ File handling for data persistence

🛠️ Requirements :

A C++ compiler (GCC, Clang, or MSVC)

C++17 or later