GithubHelp home page GithubHelp logo

sounxk / banking-project Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 7 KB

This C++ banking system project covers basic functionalities such as account opening, balance inquiry, deposit, withdrawal, account closure, and account listing.

C++ 100.00%

banking-project's Introduction

Basic Banking System

This C++ project covers the basic functionalities of a banking system, which include account opening, balance inquiry, deposit, withdrawal, account closure, and listing of all accounts.

Functionality

Open an Account

To open an account, the user is prompted to provide their personal information, such as their name, address, and contact information. A unique account number is generated and assigned to the new account.

Balance Enquiry

To inquire about an account's balance, the user enters their account number, and the system displays the current balance of that account.

Deposit

To deposit money into an account, the user enters their account number and the amount they wish to deposit. The system updates the account balance accordingly.

Withdrawal

To withdraw money from an account, the user enters their account number and the amount they wish to withdraw. The system verifies that the account has sufficient funds and updates the account balance accordingly.

Close an Account

To close an account, the user enters their account number. The system verifies that the account has a zero balance and then removes the account from the system.

Show All Accounts

To view a list of all accounts, the user selects this option from the main menu, and the system displays a table of all accounts, including their account number, name, and current balance.

Compilation and Execution

To compile and execute the project, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory in your terminal.
  3. Run the following command to compile the project:
g++ -o bankingSystem bankingSystem.cpp
  1. Run the following command to execute the project:
./bankingSystem

Contributions

This project was developed by Sounak Ghosh. Contributions and improvements are welcome.

banking-project's People

Contributors

sounxk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.