Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 3 hours 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T15:06:45.000Z (about 6 years ago)
- Last Synced: 2023-03-21T13:38:34.810Z (over 1 year ago)
- Topics: hotel-management-system, project, school-project
- Language: C++
- Size: 10.7 KB
- Stars: 20
- Watchers: 0
- Forks: 25
- 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:![1](/Screenshots/1.png)
![2](/Screenshots/2.png)
![3](/Screenshots/3.png)