BinHong Lee
b567f31ead
Added Vehicle class
- No compilation error
- Actual functionaility not tested yet
7 лет назад
BinHong Lee
a0d13e3888
Major overhaul
- 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
8 лет назад
BinHong Lee
2311546377
Person.cpp & Person.h implementation
- Person is now used and called in LogInSystem.cpp
- A stack is introduced to handle all the users (Person)
- Unresolved “Segmentation fault : 11”
8 лет назад
BinHong Lee
570ac37bac
Person empty constructor
Empty constructor for Person is being declared.
8 лет назад
BinHong Lee
c5d712babe
Getters and setters added
Getters and setters for the variables in Person.cpp is now added.
8 лет назад
BinHong Lee
04ac2bebe8
Person
Added Person class and header file.
8 лет назад