The project consists in simulating a tourism application. You can book a stay or cancel it, view other people's opinions or add an opinion, view available stays or filter them, view selected stays in a separate menu
.
[1]
All files must be in the same folder.
[2]
-
If you are using Microsoft Visual Studio IDE (recommended way) you can open the project automatically from here, in the
Code
section, pressOpen with Visual Studio
and then search forProject1.sln
(main file). Or you can downlad this repository and open it withMicrosoft Visual Studio IDE
. Or you can clone it usinghttps://github.com/Emanuel181/Proiect_Programare.git
. -
If you are using other sotfware you should search for
Source.c
by following the pathProiect_Programare/Project1/Source.c
and you will probably need to manage the extra headers files defined by me by yourself in order to run the project. It was created inMicrosoft Visual Studio IDE
so opening it with another IDE or text editor may require extra work to set all files correctly. The most simple and efficient way is to useMicrosoft Visual Studio IDE
.
- Loading screen
- The posibility to create accounts
- The posibility to recover an account
- Validation for credit card (IBAN, CVV) - Luhn algorithm
- A very complex project
- Plenty of features
- Nice interface
- Databases for locations, reviews and users accounts
- Used linked list and dynamic memory allocation
- The posibility to add new locations
- The posibility to add a review for a hotel