A simple Bank Management System developed in C++ using the conecept of Object-Oriented Programming (OOP) and File Handling of C++.
- Create New Account
- Login
- Deposit Money
- Withdraw Money
- Balance Enquiry
- Forgot Password
- Data Storage using Text File
- C++
- Object-Oriented Programming (OOP)
- File Handling
- Open the project in any C++ IDE (CodeBlocks, Dev-C++, VS Code, etc.).
- Compile the
main.cppfile. - Run the program.
- Follow the menu to create an account or log in.
main.cpp- Main source codefile.txt- Stores account informationREADME.md- Project documentation
Hibaaah