/Hotel-Management-System

A C++ project on Hotel Management System using File Handling to store the records of the rooms in a hotel.

Primary LanguageC++

Hotel Management System

Description:

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

Limitations:

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.

Screenshots:

1

2

3