This is a Hotel Management System built using the C programming language.
- 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.
Our team consists of 5 members:
- Abdelaziz Islam
- Saif Eldeen Shady
- Kerolos Sherif
- Youssef Ahmed
- Noor Eldeen Mohammed
- User-friendly main menu with 10 functionalities.
- Efficient management of hotel operations.
- Built with structured C programming for performance and reliability.
- Compile the program using a C compiler (e.g., GCC):
gcc hotel_management.c -o hotel_management
- Run the executable:
./hotel_management
- A C compiler (GCC, Clang, or MSVC)
- A terminal or command prompt
- 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. 🎯