- 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
- Person is now used and called in LogInSystem.cpp - A stack is introduced to handle all the users (Person) - Unresolved “Segmentation fault : 11”
- README.md added for the project - Person.cpp commented
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.