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
The project is purely intended to be used in TurboC++ and the interface is also made keeping in mind the resolution of 640x480.
The interface of program will change on running it on different screen resolutions.
The project is still under development and may have bugs at different stages.