Skip to content

zuhamaryam/OPTIFYX-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Banking System in C++

Description

The Banking System is a console-based application designed to simulate basic banking operations. It allows users to perform various tasks such as creating accounts, depositing and withdrawing money, checking balances, and managing account details. This project is developed in C++ and showcases the use of structures, vectors, and user input handling.

Features

  • Create New Account: Register a new account with unique details and a randomly generated 11-digit account number.
  • Show ALL Account:It show all account.
  • Search Account: Enter account number to search.
  • Deposit Amount: Add money to an existing account.
  • Withdraw Amount: Withdraw money from an account, ensuring sufficient balance.

Technology Stack

  • Programming Language: C++
  • Concepts Used: Structures, Vectors, Random Number Generation, Input Handling

How to Run

  1. Clone the repository to your local machine.
  2. Open the source file in a C++ development environment (e.g., Code::Blocks, Visual Studio, or g++).
  3. Compile and run the program.
  4. Use the menu options to interact with the banking system.

Menu Options

  1. Create New Account: Enter personal details like name, birthdate, mobile number, and city to create a new account.
  2. Show ALL Account:It show all account.
  3. Search Account: Enter account number to search.
  4. Deposit Amount: Enter your account number and the amount to deposit into your account.
  5. Withdraw Amount: Enter your account number and the amount to withdraw.
  6. Exit: Close the application.

Example Usage

:Bank Management System       
                        Main Menu
                1. Creat New Account
                2. Show All Account
                3. Search Account
                4. Deposit Money
                5. Withdraw Money
                6. Exit
                -------------------------------
                 Enter your choice (1-6): 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages