Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.18 KB

File metadata and controls

43 lines (35 loc) · 1.18 KB

Hotel Management System

Overview

This is a Hotel Management System built using the C programming language.

Project Details

  • This project was developed as the final project for Programming 1.
  • It provides a main menu with 10 options, each representing a specific functionality of the program.

Team Members

Our team consists of 5 members:

  1. Abdelaziz Islam
  2. Saif Eldeen Shady
  3. Kerolos Sherif
  4. Youssef Ahmed
  5. Noor Eldeen Mohammed

Features

  • User-friendly main menu with 10 functionalities.
  • Efficient management of hotel operations.
  • Built with structured C programming for performance and reliability.

How to Run

  1. Compile the program using a C compiler (e.g., GCC):
    gcc hotel_management.c -o hotel_management
  2. Run the executable:
    ./hotel_management

Requirements

  • A C compiler (GCC, Clang, or MSVC)
  • A terminal or command prompt

Future Improvements

  • Enhance the user interface.
  • Add a database for persistent storage.
  • Implement additional features based on user feedback.

Developed by our dedicated team as part of our Programming 1 final project. 🎯