Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samirhamadaa/bank

"C++ client management system that provides CRUD operations with data stored in a text file."
https://github.com/samirhamadaa/bank

account-management banking c-plus-plus client-management console-application cpp crud file-handling file-io management-system menu-driven mini-project simple-project text-file text-processing

Last synced: about 19 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

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