Skip to content

adithyanhp/Banking-System-using-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Banking System using C++

This is a simple banking system implemented in C++. It allows users to perform various banking operations such as depositing money, withdrawing money, and checking the account balance.

Features

  • Allows users to create a bank account with details such as name, account type, and ID.
  • Enables depositing money into the account.
  • Enables withdrawing money from the account.
  • Allows users to check their account balance.
  • Provides a simple menu-driven interface for user interaction.

Usage

  1. Clone the repository:

    git clone https://github.com/adithyanhp/Banking-System-using-cpp.git
  2. Navigate to the directory:

    cd Banking-System-using-cpp
  3. Compile the program:

    g++ banking_system.cpp -o banking_system
  4. Run the executable:

    ./banking_system
  5. Follow the on-screen prompts to create a bank account, deposit money, withdraw money, or check the account balance.

Author

License

This project is licensed under the GNU General Public License (GPL) Version 3.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages