Bank Management System that allows users to create, modify, and manage accounts, perform transactions πΈ, and log actions for record-keeping! π
- Create new bank accounts π
- Deposit and withdraw money π°
- Check account details π
- Modify account information βοΈ
- Delete accounts β
- Show all accounts π
- User-friendly console interface π₯οΈ
- C++
- C++ Standard Library
- Header files for structure and organization π
- Clone the repository:
git clone https://github.com/yourusername/bank-management-system.git
- Navigate to the project directory:
cd bank-management-system
Compile the code using a C++ compiler:
g++ main.cpp bankmanagement.cpp -o bank_management
Run the program:
./bank_management
Code Structure π
bank-management-system/
β
βββ main.cpp # Main program logic π»
βββ bankmanagement.h # Header file for bank management class ποΈ
βββ bankmanagement.cpp # Implementation of bank management functions βοΈ
βββ README.md # Project documentation π
Choose an option from the menu:
Create New Account π
Deposit Money π΅
Withdraw Money π³
Check Account Details π
Modify Account βοΈ
Delete Account ποΈ
Show All Accounts π
Exit πͺ
Follow the prompts to perform actions related to bank accounts.