LoginSystem is a simple C++ project that allows users to register and log in using a username and password.
It uses file handling to securely store and verify user credentials.
- User Registration & Login
- File-based credential storage
- Menu-driven interface
- Beginner-friendly C++ example
- C++ (Any Compiler)
- File Handling
- Clone the repository:
git clone https://github.com/ajaychitran/LoginSystem.git
- Compile:
g++ LoginSystem.cpp -o LoginSystem
- Run:
./LoginSystem