Skip to content

This is a C++ Bank Management System that allows users to create an account, deposit and withdraw money, and view account information. It stores user details, including name, account number, and balance, in a text file. The system demonstrates basic file handling and user interaction in C++.

Notifications You must be signed in to change notification settings

sideekickk/Bank-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Bank Management System (C++)

This is a C++ project for a simple Bank Management System. The system allows users to:

  • Create a new account
  • Deposit and withdraw money
  • Check account information

The data is stored in a local text file (data.txt) and is updated with each transaction.

Features:

  • Create Account: Users can create a new bank account with a unique account number, name, father's name, CNIC, phone number, email, and initial deposit.
  • Deposit Amount: Users can deposit money into their account.
  • Withdraw Amount: Users can withdraw money from their account.
  • Check Account Info: Users can check their account information, including balance and personal details.

How to Run:

  1. Ensure you have a C++ compiler (e.g., GCC or MinGW).
  2. Compile the code with:
    g++ -o BankManagementSystem main.cpp
  3. Run the Program
    ./BankManagementSystem
    

About

This is a C++ Bank Management System that allows users to create an account, deposit and withdraw money, and view account information. It stores user details, including name, account number, and balance, in a text file. The system demonstrates basic file handling and user interaction in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages