Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 763 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 763 Bytes

Bank Management System

This repository contains a Bank Management System written in C++. The system is designed to manage customer bank accounts, providing functionalities like account creation, deposit, withdrawal, and balance inquiry.

Features

  • Account Creation: Create new customer accounts.
  • Deposit: Deposit money into customer accounts.
  • Withdrawal: Withdraw money from customer accounts.
  • Balance Inquiry: Check the balance of customer accounts.
  • Account Details: View details of customer accounts.

Getting Started

Prerequisites

  • A C++ compiler (e.g., g++, clang++)
  • C++ standard library

Building the Project

To build the project, use the following commands:

g++ -o bank_management_system main.cpp