Skip to content

othatha/Banking-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banking-System

Author: Ojulu Thatha

Date: 3/3/2025

Description:

This program is intended to simulate a simple banking system where users can create accounts, deposit and withdraw funds, and check account balances. It uses a basic BankAccount class to encapsulate account details and operations.

Features:

  • Create a bank account with an initial balance.
  • Deposit funds into an account.
  • Withdraw funds from an account.
  • Check the balance of the account.

How to Run:

  1. Clone the repository to your local machine:
    git clone https://github.com/othatha/Banking-System.git
    

2.Navigate to the project folder: cd Banking-System

3.Compile the program: g++ main.cpp bankingSystem.cpp -o bankingSystem

4.Run the program: ./bankingSystem

About

A simple banking system with c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published