Skip to content

This was a half tutorial where I followed a tutorial but figured out what to do prior to them explaining and seeing I was correct

License

Notifications You must be signed in to change notification settings

tylerlight071/Banking-Mangement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banking Management System

This is a simple console-based banking management system implemented in C++. It provides basic banking operations like creating an account, depositing money, withdrawing money, checking balance, viewing all account holders, closing an account, and modifying an account.

Features

  • Create a new account
  • Deposit money
  • Withdraw money
  • Check balance
  • View all account holders
  • Close an account
  • Modify an account

How to Run

To run this project, you need to have a C++ compiler. Compile the main.cpp file and run the resulting executable.

g++ main.cpp -o main
./main# Banking Mangement
 

About

This was a half tutorial where I followed a tutorial but figured out what to do prior to them explaining and seeing I was correct

Resources

License

Stars

Watchers

Forks

Languages