Skip to content

Rahul-rathva/Banking-System

Repository files navigation

C++ Banking System Project

This is a console-based C++ project simulating a basic banking system. It supports:

  • Creating multiple accounts
  • Depositing and withdrawing money
  • Viewing account details
  • Account login using account number

Technologies Used

  • C++ (Standard Library)
  • Object-Oriented Programming (OOP)
  • Console-based I/O

How to Run

  1. Compile the file using a C++ compiler: g++ banking_system.cpp -o banking_system

  2. Run the executable: ./banking_system (Linux/Mac) or banking_system.exe (Windows)

Features to Add

  • File handling for saving/loading account data
  • User authentication (passwords)
  • GUI interface (future scope)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages