Skip to content

"C++ client management system that provides CRUD operations with data stored in a text file."

Notifications You must be signed in to change notification settings

SamirHamadaa/Bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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