Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 639 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 639 Bytes

Banking Management System

This is a simple console-based banking management system implemented in C++. It provides basic banking operations like creating an account, depositing money, withdrawing money, checking balance, viewing all account holders, closing an account, and modifying an account.

Features

  • Create a new account
  • Deposit money
  • Withdraw money
  • Check balance
  • View all account holders
  • Close an account
  • Modify an account

How to Run

To run this project, you need to have a C++ compiler. Compile the main.cpp file and run the resulting executable.

g++ main.cpp -o main
./main# Banking Mangement