Skip to content

This is a console-based Bank Management System using object-oriented programming. The system allows a user to: Create an account Deposit money Withdraw money Display balance

Notifications You must be signed in to change notification settings

goldigd05/Bank-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿฆ Bank Management System (C++) ๐Ÿ“Œ Description This is a basic Bank Management System in C++ that allows users to:

  • Create an account
  • Deposit money
  • Withdraw money
  • Check balance ๐Ÿ› ๏ธ Tech Stack
  • C++
  • OOP concepts
  • Console-based interface ๐Ÿš€ How to Run
  1. Open your C++ compiler (CodeBlocks, Turbo C++, VS Code, etc.)
  2. Paste the code
  3. Compile and run the file ๐Ÿ“‚ Features
  • Menu-driven program
  • User-friendly interface
  • No file handling ๐Ÿง  Concepts Used
  • Classes and Objects
  • Functions
  • Conditionals and Loops

About

This is a console-based Bank Management System using object-oriented programming. The system allows a user to: Create an account Deposit money Withdraw money Display balance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages