The Bank Management System is a simple console-based application written in C++ that allows users to create accounts, transfer money between accounts, and check account balances.
- Create a new bank account with an initial balance.
- Transfer money between accounts.
- Check the balance of an account.
- C++ compiler (e.g., g++)
To compile the program, use the following command: bash
g++ bank_management_system.cpp -o bank_management_system
After compiling, you can run the program using: bash
./bank_management_system
Feel free to submit issues and pull requests. Contributions are welcome!
For questions or support, please contact:
- Y Manish Kumar: ymanishk602@gmail.com
This project is licensed under the MIT License.