Skip to content

coderfreakk/BankManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

BankManagementSystem

This project is a simple banking system implemented in C++ using a Binary Search Tree (BST) to manage user records. It allows users to perform basic banking operations such as opening accounts, deposits, withdrawals, balance inquiries, updating records, deleting records, and searching for users.

Features

*Open a new bank account

*Deposit money into an account

*Withdraw money from an account

*Check account balance

*Update user information

*Delete a user record

*Search for a user by first name

*Display all users in sorted order (by first name)

*Save and load user data from a file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages