The Banking System is a console-based application designed to simulate basic banking operations. It allows users to perform various tasks such as creating accounts, depositing and withdrawing money, checking balances, and managing account details. This project is developed in C++ and showcases the use of structures, vectors, and user input handling.
- Create New Account: Register a new account with unique details and a randomly generated 11-digit account number.
- Show ALL Account:It show all account.
- Search Account: Enter account number to search.
- Deposit Amount: Add money to an existing account.
- Withdraw Amount: Withdraw money from an account, ensuring sufficient balance.
- Programming Language: C++
- Concepts Used: Structures, Vectors, Random Number Generation, Input Handling
- Clone the repository to your local machine.
- Open the source file in a C++ development environment (e.g., Code::Blocks, Visual Studio, or g++).
- Compile and run the program.
- Use the menu options to interact with the banking system.
- Create New Account: Enter personal details like name, birthdate, mobile number, and city to create a new account.
- Show ALL Account:It show all account.
- Search Account: Enter account number to search.
- Deposit Amount: Enter your account number and the amount to deposit into your account.
- Withdraw Amount: Enter your account number and the amount to withdraw.
- Exit: Close the application.
:Bank Management System
Main Menu
1. Creat New Account
2. Show All Account
3. Search Account
4. Deposit Money
5. Withdraw Money
6. Exit
-------------------------------
Enter your choice (1-6): 1