SlideShare a Scribd company logo
1 of 17
This project aims at creating an online hotel food ordering
system which can used by customers to order food.
People can order their needed food from
their home…this project save the times of working people.
The food will be delivered within an hour from the
respective hotel.
The bill can be payed when the food is delivered.
INTRODUCTION
REQUIREMENTS
IMPLEMENTATION
FLOWCHART
REFERENCES
THANKYOU
This system deals with ordering,Processing and
delivering food products.Ordering is
done by aValid Customer with appropriate identity.
The administration Recieves order,
Acknowledges to the Customer,Process them and
Assures Correct delivery.So this system
is easily available to every person who uses
smartphones
TURBO C
WINDOWS OPERATING SYSTEM
switch(x)
{
case 1:breakfast();//displays the menu of breakfast
break;
case 2:quickbites();//displays the menu of quickbites
break;
case 4:soups();//displays the menu of soups
break;
case 5:chaats();//displays the menu of chaats
break;
Case 6:total();//displays the total cost
break;
Case 7:exit(0);//exit the program
break;
default:printf(‘wrong choice/n’’);
}
}
ADVANTAGES OF ONLINE FOOD ORDERING
Today, More people than ever order online . For this we
have to thank smart phones. According to the present
Information , More than 69% of consumers order food
online using a mobile device .We can order food very
quickly also whether we are stuck in the traffic , Going in a
vehicle , or when we are in traffic ,going in a vehicle , riding
the bus or on a break , anyone can place an order quickly
and easily , as opposed to waiting until getting home or
starting to call.
system():
Syntax: int system (const char *command);
If success it returns 0
On error it returns -1
It is portable in DOS,UNIX,ANSI C but not in C++
ENDHUNGER.COM
ENDHUNGER.COM
ENDHUNGER.COM
ENDHUNGER.COM
ENDHUNGER.COM
ENDHUNGER.COM
ENDHUNGER.COM
ENDHUNGER.COM

More Related Content

Similar to ENDHUNGER.COM

Provino's System Report
Provino's System ReportProvino's System Report
Provino's System Report
Ryan Kembel
 
Software Engineering Course Project Restaurant Automation .docx
Software Engineering Course Project Restaurant Automation .docxSoftware Engineering Course Project Restaurant Automation .docx
Software Engineering Course Project Restaurant Automation .docx
lillie234567
 
Restaurant Project by Amit Mangukiya
Restaurant Project by Amit MangukiyaRestaurant Project by Amit Mangukiya
Restaurant Project by Amit Mangukiya
Amit Mangukiya
 

Similar to ENDHUNGER.COM (20)

Electronic menu card for restaurants
Electronic menu card for restaurantsElectronic menu card for restaurants
Electronic menu card for restaurants
 
Provino's System Report
Provino's System ReportProvino's System Report
Provino's System Report
 
Food Ordering System
Food Ordering SystemFood Ordering System
Food Ordering System
 
Food Delivery app development for Multi Restaurant by Enuke
Food Delivery app development for Multi Restaurant by EnukeFood Delivery app development for Multi Restaurant by Enuke
Food Delivery app development for Multi Restaurant by Enuke
 
IRJET- Digital Canteen using Android Application
IRJET- Digital Canteen using Android ApplicationIRJET- Digital Canteen using Android Application
IRJET- Digital Canteen using Android Application
 
Online Food Order System for Restaurants.pdf
Online Food Order System for Restaurants.pdfOnline Food Order System for Restaurants.pdf
Online Food Order System for Restaurants.pdf
 
roshan ppt.pptx
roshan ppt.pptxroshan ppt.pptx
roshan ppt.pptx
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Software Engineering Course Project Restaurant Automation .docx
Software Engineering Course Project Restaurant Automation .docxSoftware Engineering Course Project Restaurant Automation .docx
Software Engineering Course Project Restaurant Automation .docx
 
Restaurant Project by Amit Mangukiya
Restaurant Project by Amit MangukiyaRestaurant Project by Amit Mangukiya
Restaurant Project by Amit Mangukiya
 
Digital cafe system
Digital cafe systemDigital cafe system
Digital cafe system
 
IRJET- Data Centric Smart Restaurant Management System
IRJET-  	  Data Centric Smart Restaurant Management SystemIRJET-  	  Data Centric Smart Restaurant Management System
IRJET- Data Centric Smart Restaurant Management System
 
Information of online food system
Information of online food systemInformation of online food system
Information of online food system
 
Restaurant Table Booking And Billing
Restaurant Table Booking And BillingRestaurant Table Booking And Billing
Restaurant Table Booking And Billing
 
Ijsrdv7 i10318
Ijsrdv7 i10318Ijsrdv7 i10318
Ijsrdv7 i10318
 
Ijsrdv7 i10318
Ijsrdv7 i10318Ijsrdv7 i10318
Ijsrdv7 i10318
 
ppt.pptx
ppt.pptxppt.pptx
ppt.pptx
 
Online Catering Services
Online Catering ServicesOnline Catering Services
Online Catering Services
 
Smart Restaurant_IoT_Group2.pdf
Smart Restaurant_IoT_Group2.pdfSmart Restaurant_IoT_Group2.pdf
Smart Restaurant_IoT_Group2.pdf
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 

ENDHUNGER.COM

  • 1.
  • 2. This project aims at creating an online hotel food ordering system which can used by customers to order food. People can order their needed food from their home…this project save the times of working people. The food will be delivered within an hour from the respective hotel. The bill can be payed when the food is delivered.
  • 4. This system deals with ordering,Processing and delivering food products.Ordering is done by aValid Customer with appropriate identity. The administration Recieves order, Acknowledges to the Customer,Process them and Assures Correct delivery.So this system is easily available to every person who uses smartphones
  • 6. switch(x) { case 1:breakfast();//displays the menu of breakfast break; case 2:quickbites();//displays the menu of quickbites break; case 4:soups();//displays the menu of soups break; case 5:chaats();//displays the menu of chaats break; Case 6:total();//displays the total cost break; Case 7:exit(0);//exit the program break; default:printf(‘wrong choice/n’’); } }
  • 7. ADVANTAGES OF ONLINE FOOD ORDERING Today, More people than ever order online . For this we have to thank smart phones. According to the present Information , More than 69% of consumers order food online using a mobile device .We can order food very quickly also whether we are stuck in the traffic , Going in a vehicle , or when we are in traffic ,going in a vehicle , riding the bus or on a break , anyone can place an order quickly and easily , as opposed to waiting until getting home or starting to call.
  • 8.
  • 9. system(): Syntax: int system (const char *command); If success it returns 0 On error it returns -1 It is portable in DOS,UNIX,ANSI C but not in C++