A C++ project that uses OOP concepts and File Handling to store the records of rooms in a .DAT file and let the operator to perform following operations:
* Book a room
* Check a customer record by entering room number
* See all the alloted rooms
* Edit a customer record


