Skip to content

amulifts/bank-management-system-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bank Management System

A simple implementation of Bank management System in C++ programming lanaguage completed as a mini project.

Usage

    gcc main.cpp -o main.exe

Features

  • Admin mode and user mode

  • View all registered records at once as admin

  • Create, read, update and delete records (CRUD)

  • Search for particular record based on name or account

  • Transaction (balance enquiry, cash deposit, cash withdrawl, fund transfer)

Team

License

This project is licensed under the MIT License - see the LICENSE file for details

Releases

No releases published

Packages

No packages published

Languages