By Kunal patel
This is a project built in C++ using file handling, which is used to manage the Hotel's works like check available rooms, book room of the hotel.
Hotel Management System is a C++ project which can be used to perform various operations and store the hotel details like available rooms, customer details, check-in and check-out date of the customer. All records about the hotel and its customers are handled using file handling in C++ and are saved in a file named record.txt.
The person can perform the following eight types of operations:
1. Get Hotel details.
2. Get Hotel room type with its price detail.
3. Check available rooms.
4. Check-in room (Bookroom).
5. Check-out room.
6. Search customer.
7.Display guest summary detail.
8. Exit
Submitted by Kunal patel (Kunalpatel)
Download packets of source code on Coders Packet
Comments