In this repository i have pushed my project for the OOP course, second year of Bachelor degree in CS at Padua University. This program, Client Overview, should track the client inside a generic hotel and calculate the money they have to pay.
Make sure you have QT library and qmake installed
qmake -v
clone this repository and enter in the right path
git clone https://github.com/GiovanniCS/Object-Oriented-Programming.git
cd Object-Oriented-Programming/progetto
generate the makefile using qmake
qmake
build the project (this may take some minutes) and start Client Overview
make
./progetto
Login with administrator, premium and base user

Adminstrator's view of users allowed to log in

This allows administrators to search through hotel's clients

