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