Skip to content

GiovanniCS/Object-Oriented-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project for OOP course

Client Overview

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.

Getting Started

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 alt text

Detailed view of a client alt text

Adminstrator's view of users allowed to log in alt text

This allows administrators to search through hotel's clients alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors