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