A CLI banking system in C++ that simulates real-world banking transactions.
- Use of vectors
- Functions program flow
- Defensive programming
- Code organization
- Business logic translated to code
Creates an account with full name and balance
Shows all accounts created
Deposits funds
Withdraws money from account
Transfers funds from account A to B
