Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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."
- Host: GitHub
- URL: https://github.com/samirhamadaa/bank
- Owner: SamirHamadaa
- Created: 2025-02-10T14:24:50.000Z (4 days ago)
- Default Branch: main
- Last Pushed: 2025-02-10T14:40:06.000Z (4 days ago)
- Last Synced: 2025-02-10T15:32:51.946Z (4 days ago)
- Topics: 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
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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