https://github.com/idaljeetsingh/hotel-management-system
A C++ project on Hotel Management System using File Handling to store the records of the rooms in a hotel.
https://github.com/idaljeetsingh/hotel-management-system
hotel-management-system project school-project
Last synced: about 2 months ago
JSON representation
A C++ project on Hotel Management System using File Handling to store the records of the rooms in a hotel.
- Host: GitHub
- URL: https://github.com/idaljeetsingh/hotel-management-system
- Owner: idaljeetsingh
- Created: 2018-10-02T15:05:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T15:48:02.000Z (over 1 year ago)
- Last Synced: 2025-03-27T23:41:46.937Z (2 months ago)
- Topics: hotel-management-system, project, school-project
- Language: C++
- Size: 10.7 KB
- Stars: 59
- Watchers: 0
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:

