- 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”
Empty constructor for Person is being declared.
Imported from an old code with minor tweak