This is a simple hotel management system implemented in C++. It allows users to manage rooms, check-in/check-out customers, and generate guest summary reports.
- Add new rooms with details such as room type, comfort type, size, and daily rent.
- Search for a room by room number and display its details.
- Check-in a customer by providing their details and booking information.
- Check-out a customer from a room and calculate the bill.
- Display available rooms for booking.
- Search for a customer by name and display their details.
- Generate a summary report of all guests.
- Clone the repository:
git clone https://github.com/TompeHarshavardhan/hotelManagement.git
- Navigate to the project directory:
cd hotelManagement
- Compile the source code:
g++ main.cpp -o hotel_management
- Run the program:
./hotel_management
This project was collaborated on by three members:
- Shreyash S. Bhanage
- Aditya Kharmale
- Harshavardhan Tompe
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.