- 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
- Person is now used and called in LogInSystem.cpp - A stack is introduced to handle all the users (Person) - Unresolved “Segmentation fault : 11”
Empty constructor for Person is being declared.
Getters and setters for the variables in Person.cpp is now added.
Added Person class and header file.