Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

🏦 Bank Management System (Extension) - C++

Description

This project is a Bank Management System implemented in C++ with persistent data storage.
It provides functionality to manage bank clients and perform financial transactions through a simple console-based interface.

Features

  • Client Management:
    • Show all clients
    • Add new client
    • Update client information
    • Delete client
    • Find client by account number
  • Transactions:
    • Deposit money
    • Withdraw money
    • Show total balances
  • Data Persistence:
    • All clients are stored in Bank.txt
    • Data is saved after each operation

Tech Stack

  • Language: C++
  • IDE: Visual Studio 2022 (or any C++ compiler)
  • File storage: Bank.txt

Getting Started

  1. Clone this repository or download the source code.
  2. Open the project in Visual Studio 2022 or compile with any C++ compiler.
  3. Make sure Bank.txt exists in the same directory as the executable (it will be created automatically if not).
  4. Run the program.

About

This is a console-based Bank Management System built in C++. It allows managing client accounts with persistent storage in a text file. The system supports client management (Add, Update, Delete, Find, List) and financial transactions (Deposit, Withdraw, Balance inquiry).

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages