Skip to content

A C++ project for banking, providing the minimal features of the banking system

Notifications You must be signed in to change notification settings

sanjay-1458/Banking-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Banking System using C++:

This repository contains a project for banking providing the minimal features of the banking system.

Features

  • Create an Account
  • Check Balance in a particular Account
  • Deposit or withdraw cash from a particular Account
  • Close any particular Account
  • List all the Accounts

Prerequisites

  • C++
  • Object-Oriented Programming
  • Standard Template Library (STL)

Getting Started

To get a local copy of this project up and running, follow these steps:

  1. Clone the repository to your local machine using the following command:

    git clone https://github.com/sanjay-1458/Banking-System.git
  2. Navigate to the project's directory:

    cd your-repo
  3. Open your VS code and run this file which is saved in your project's directory

Folder Structure

The project has the following folder structure:

  • OpenAccount: To open an account in the bank with a given name and balance.
  • BalanceEnquiry: Check balance in ypur bank account.
  • Deposit: Deposit the amount in your account.
  • Withdraw: Withdraw money.
  • CloseAccount: Close a particular account.
  • ShowAllAccounts: Displaying all the accounts registered in the bank.

About

A C++ project for banking, providing the minimal features of the banking system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages