A Banking Management System developed in C++ using Object-Oriented Programming (OOP) and File Handling. This project allows users to create bank accounts, manage transactions, and store data permanently using files.
- Create a new bank account
- Can use existing bank account
- Deposit money
- Withdraw money
- Transfer funds
- Check account balance
- Check Bank account details
- View transaction history
- Input validation
- File handling for data storage(CSV)
- C++
- Object-Oriented Programming (OOP)
- File Handling
- Visual Studio Code
- Git & GitHub
Banking-Management-System/
│
├── main.cpp
├── BankAccount.cpp
├── BankAccount.h
├── Transactions.cpp
├── Transactions.h
├── accounts.csv
├── transactionHistory.csv
├── README.md
└── .gitignore
- Open the project in Visual Studio Code.
- Compile the source files.
- Run the executable.
- Use the menu to perform banking operations.
- Password encryption
- Admin panel
- Database integration
- Interest calculation
Atul Pandey
