A C++ console-based Login and Registration System developed as part of the CodeAlpha C++ Programming Internship.
- User registration
- Username validation
- Duplicate username detection
- Password validation
- File-based user credential storage
- User login authentication
- Invalid login detection
- Main menu with Register, Login, and Exit options
- Input validation and error messages
The user provides:
- Username
- Password
The system checks whether the username already exists. If it is available, the credentials are stored in users.txt.
The user enters:
- Username
- Password
The system reads the stored credentials from users.txt and verifies the entered information.
User credentials are stored in:
users.txt