Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banking-system

A CLI banking system in C++ that simulates real-world banking transactions.

In this project i've learnt the following:

  • Use of vectors
  • Functions program flow
  • Defensive programming
  • Code organization
  • Business logic translated to code

Features of this program:

1. Create account

Creates an account with full name and balance

2. Show accounts

Shows all accounts created

3. Deposit

Deposits funds

4. Withdraw

Withdraws money from account

5. Transfer

Transfers funds from account A to B

About

A CLI banking system in C++ that simulates real-world banking transactions.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages