An open API service indexing awesome lists of open source software.

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.

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
```