- Refactored the entire LogInSystem.cpp
- Renamed Person.h into Person.hpp
- Added "int id" into Person.hpp
- Added getter and setter for id in Person.cpp
- Updated README.md with description of each functions
- registration(), login(), getUser() are all commented
- registration() will now implements getUser() instead of attempting to
run its own check for existing username in use
- getUser() now does not require string since the string that is passed
is a shared variable
Segmentation fault error in login still persist.
- Place holders are now universalized with password & password2
- Unneeded variables removed (counter, x, pswd)
- Fixed quit() improper ofstream behavior
- Implemented while (!.empty()) instead of for loop