Skip to content

Ladanividhi/Hotel-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Hotel-Management

A simple and efficient Hotel Management System implemented in both C and C++. This project provides a basic solution for managing food services in a hotel, including adding items to the menu and generating customer bills.

🌟 Features

  • Add items to customer order
  • View and manage the menu
  • Generate and display bills
  • Table-based order system

πŸ›  Implementations

The system is available in two programming languages:

  • C implementation (C_Code.cpp)
  • C++ implementation (C++_Code.cpp)

πŸš€ Getting Started

Prerequisites

  • C/C++ compiler (GCC or any standard compiler)
  • Basic understanding of command-line operations

Compilation Instructions

For C++ version: g++ C++_Code.cpp -o hotel_management_cpp

For C version: g++ C_Code.cpp -o hotel_management_c

Running the Program

After compilation, run the executable:

For C++ version: ./hotel_management_cpp

For C version: ./hotel_management_c

πŸ’‘ Usage

  • Launch the program
  • Choose a table number
  • Add menu items to the order
  • View the total bill at any point
  • Follow the on-screen instructions for further operations

πŸ“Œ Closing Remarks

This Hotel Management System offers a simple and practical solution for managing food orders, tables, and billing in a hotel or restaurant setting.
Whether you're learning C/C++ or exploring how basic systems operate behind the scenes, this project serves as a great starting point.

Feel free to modify, enhance, or contribute to make it even better!

About

A Hotel Management System developed using both C and C++, offering efficient functionalities for item management and bill generation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages