Skip to content

Beautlin29/Bank_Management_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank Management System

This is a simple C++ program for managing bank accounts. The program allows you to perform various banking operations, such as creating accounts, depositing money, withdrawing money, checking balances, displaying a list of all account holders, modifying account details, and closing accounts.

Features

  • Create an Account: You can create a new bank account by providing the account number, account holder's name, account type (Current or Savings), and an initial deposit.

  • Deposit Money: You can deposit money into an existing account by specifying the account number and the amount to be deposited.

  • Withdraw Money: You can withdraw money from an existing account by specifying the account number and the amount to be withdrawn.

  • Balance Enquiry: You can check the balance of an account by providing the account number.

  • Display All Account Holders: You can view a list of all account holders, including their account numbers, names, account types, and balances.

  • Modify an Account: You can modify the details of an existing account, such as the account holder's name and account type.

  • Close an Account: You can close an account by specifying the account number.

Usage

  1. Compile the C++ program using a C++ compiler of your choice.

  2. Run the compiled executable to start the bank management system.

  3. Follow the on-screen prompts to perform various banking operations.

Contributing

Contributions to this project are welcome. You can submit bug reports, feature requests, or even pull requests to improve the code.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A console-based C++ Bank Management System for basic banking operations. Create, modify, and close accounts, deposit or withdraw funds, check balances, and display account details. A practical project for learning C++ and fundamental banking operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages