https://github.com/jainamparikh0825/regi-log
A Console based Registration-Login System developed using C++, where user can register, login and logout themselves with interactive messages.
https://github.com/jainamparikh0825/regi-log
cplusplus-20 file header-files login oop-principles registration
Last synced: 4 months ago
JSON representation
A Console based Registration-Login System developed using C++, where user can register, login and logout themselves with interactive messages.
- Host: GitHub
- URL: https://github.com/jainamparikh0825/regi-log
- Owner: JainamParikh0825
- Created: 2022-08-30T11:06:47.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T11:45:03.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T17:44:47.679Z (4 months ago)
- Topics: cplusplus-20, file, header-files, login, oop-principles, registration
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Regi-Log System
A Console based Registration-Login System developed using C++, where user can register, login and logout themselves with interactive messages.## To Compile
```bash
g++ --std=c++20 resources/*.cpp entities/*.cpp *.cpp
```