Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 545 Bytes

File metadata and controls

23 lines (23 loc) · 545 Bytes

🏦 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