This C++ code is a simulation of the basic functions of a real booking system for a hotel or an AirBnb. It allows the user to book rooms, look for available rooms, the reservations they have made, cancel reservations and manage them. The simulation provides the basic procedures to simulate the booking process to help understand and have a small idea of how real booking or renting platforms work.
- Creating or canceling reservations: Create a reservation depending on the preference or cancel a previously made one.
- Accommodations to reservations: Having the option to add accommodations suited for a hotel or Airbnb.
- User profiles: Simulate the use of a profile to store certain information.
- Management of reservations: Manage the reservations made by the user.
- C++11 or later
- C++ (GCC or Clang) Compiler