https://github.com/onebit5/banking-management-system
A banking Management System using C++.
https://github.com/onebit5/banking-management-system
Last synced: about 1 year ago
JSON representation
A banking Management System using C++.
- Host: GitHub
- URL: https://github.com/onebit5/banking-management-system
- Owner: Onebit5
- License: mit
- Created: 2024-01-20T23:24:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T23:32:26.000Z (over 2 years ago)
- Last Synced: 2025-01-21T17:49:51.038Z (over 1 year ago)
- Language: C++
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Banking-Management-System
## Overview
This C++ console application represents a simple banking system. Users can perform various banking operations, including creating a new account, viewing account details, depositing money, withdrawing money, and transferring money to another user.
## Features
#### 1. Create New Account: Users can create a new bank account by providing their name, age, contact number, username, and a 4-digit PIN.
#### 2. View Account Details: Users can view the details of their existing account by entering their username and PIN.
#### 3. Deposit Money: Account holders can deposit money into their accounts by specifying the deposit amount.
#### 4. Withdraw Money: Users can withdraw money from their accounts, provided they have sufficient balance.
#### 5. Transfer Money to Another User: Account holders can transfer money to another user by specifying the recipient's username and the transfer amount.
## Notes
#### 1. The application uses an array-based data structure to store user details and account information.
#### 2. Ensure that valid inputs are provided to avoid errors during account creation or transaction processing.
## Disclaimer
This application is a basic representation for educational purposes and may not cover all aspects of a real-world banking system. Use it responsibly and do not use real credentials or perform actual financial transactions.
Feel free to explore and modify the code according to your needs. If you encounter any issues or have suggestions for improvements, please let us know. Happy banking!