BinHong Lee
f3258f3e13
Fix missing 'fi' in install and uninstall script
7年前
BinHong Lee
7ebe6d0516
Merge install and uninstall scripts for mac and linux
7年前
BinHong Lee
edb09e5574
Added c++ dependency to .travis.yml
7年前
BinHong Lee
7ad6411cf4
Set theme jekyll-theme-hacker
7年前
BinHong Lee
46a278ec2a
Changed MacOS scripts permission and compile include path
7年前
BinHong Lee
241da18797
Added uninstall script for MacOS, updated original uninstall script, and updated README.md
7年前
Tze Yi Yeoh
5762b20344
Added specific install script for MacOS and updated README.md
7年前
BinHong Lee
c486ea3ab8
Fixed circle.yml running uninstall.sh at the wrong time
7年前
BinHong Lee
052d673ab6
Removed last line in uninstall.sh that is causing CI tests to ofail
7年前
BinHong Lee
17bec6e427
Added uninstall.sh and further documentation on build.xml
7年前
BinHong Lee
381964fa29
Attempt 2 to fix TravisCI failing
7年前
BinHong Lee
0cc350afc4
Attempt to fix failing tests
7年前
BinHong Lee
08191e2766
Changed command line argument to support older g++ versions
7年前
BinHong Lee
f7453f2742
Merge branch 'master' of https://github.com/binhonglee/TicketingSystem
7年前
BinHong Lee
d1fefb6543
Fixed TravisCI requirements
7年前
BinHong Lee
dee49a00ab
Changed default compiler to c++11
7年前
BinHong Lee
4c88b528f8
Added support with empty database and some basic test scripts
7年前
BinHong Lee
c105529960
Merge branch 'master' of https://github.com/binhonglee/TicketingSystem
7年前
BinHong Lee
28d08e4c38
Updated README.md
7年前
BinHong Lee
d1d2d397d2
Added codeclimate.yml
7年前
BinHong Lee
2b1893cea9
Updated README and other documentations
7年前
BinHong Lee
215e71e0df
Added license
7年前
BinHong Lee
ad67a8397b
Added functioning build.xml
- Fixed a couple of bugs found when trying to make ant build file to work
- Updated .gitignore to include folders created by the build xml file
7年前
BinHong Lee
1657cb8446
Added relevant required libraries to the lib folder
7年前
BinHong Lee
34e36dd141
Added VehicleManager.cpp
- LogInSystem is now a class
- All source files are moved into src folder
- Updated README.md to reflect the codes' current progress
- renamed vehiclesData.txt to vehiclesData.json
7年前
BinHong Lee
2d6ebffc72
Added Vehicle class
- Fixed minor error in LogInSystem
- Added VehicleManager.cpp
- Added main.cpp where main() will be migrated to
7年前
BinHong Lee
b567f31ead
Added Vehicle class
- No compilation error
- Actual functionaility not tested yet
7年前
BinHong Lee
34052984e9
Updated README.md for more accurate description.
7年前
BinHong Lee
6333272ef1
Set theme jekyll-theme-slate
7年前
BinHong Lee
088297984c
LogInSystem.cpp now compiles and executes properly
- Added all public functions documentation in README.md
- Fixed missing id in the original database.txt
- Fixed missing id in Person constructor
7年前
BinHong Lee
e3864327a2
Set theme jekyll-theme-dinky
8年前
BinHong Lee
550e7397ce
Set theme jekyll-theme-dinky
8年前
BinHong Lee
c01fbdbd6b
Set theme jekyll-theme-hacker
8年前
BinHong Lee
8433858e24
Set theme jekyll-theme-cayman
8年前
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
c8963dd091
Removed quit()
- void quit() is now commented
- Added some more comments
8年前
BinHong Lee
024a475ff9
Added comments, getUser()
- registration(), login(), getUser() are all commented
- registration() will now implements getUser() instead of attempting to
run its own check for existing username in use
- getUser() now does not require string since the string that is passed
is a shared variable
Segmentation fault error in login still persist.
8年前
BinHong Lee
731795da6a
main commented
- main() is mostly/completely commented
- Added error handling for non-expected input for ‘choice’.
8年前
BinHong Lee
a419dbed0a
universal place holder, segmentation error remains,
- 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
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
9a71e0a89d
README.md added
- README.md added for the project
- Person.cpp commented
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年前
BinHong Lee
6e87894946
Initial setup
Imported from an old code with minor tweak
8年前
BinHong Lee
2608c011ee
Initial commit
8年前