weydaej / Banking-system-using-C-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banking System using C++

This application allows the user to create a bank account, and perform operations such as depositing and withdrawing money. The user may also view the balance or other account details and information.


To run the program, clone this repository and navigate to the directory with Banking_system.cpp.

Create the executable with the following line:

g++ -o banking Banking_system.cpp

Run the executable:

./banking

About


Languages

Language:C++ 100.0%