A simple **Bank Managment System **implemented ic C++ using Visual Studio. Tis project demonstrates basic banking operations such as account cration , deposit,withdrawal,and balance inquiry .
- Deposit and withdraw money
- Check account balance
- Store account details
- Menu-driven console interface
- C++
- Visual Studio 2022
Make sure you have installed:
-Visual Studio 2022 (or later)
-C++ Desktop Development workload
- Clone the repository:
git clone https://github.com/your-username/bank-system.git
cd bank-system- Open
Bank System.slnin Visual Studio - Select Build > Build Solution
- Run the program (Debug or Release mode)
Bank System.sln # Visual Studio solution file
Bank System/ # Source code directory
Bank System.vcxproj # Project file
... (C++ source files)
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.