This is a simple Registration and Login System program written in C++.
It demonstrates how user registration, login, and sign-in validation works using basic input/output and conditional statements.
β User Registration
β Login Authentication
β Sign-In Verification
β Simple Menu-Driven Interface
β Uses string for username & password
β Runs on terminal / command-line interface
- C++
- Standard Library
- I/O Streams (
iostream) - String Handling (
string) - Switch Case