Fill This Form To Receive Instant Help
Homework answers / question archive / An program in C++ is required for a Food Ordering and Delivery System (like Foodpanda) , but a miniature version
An program in C++ is required for a Food Ordering and Delivery System (like Foodpanda) , but a miniature version.The requirements you need to fulfill in the code is here : Link : https://drive.google.com/file/d/1l727VViM0LC2BC7hffIf_uO62ehFdFEF/view?usp=sharing
Please go to this google drive link to get the design of the problem , also the requirements.
There will be two main users of the system.
• Restaurant Owner
• Customer
Please Note that : Half of the code is completed, the code for the Customer segment is done. And it is attached here.
Link for customer segment: https://drive.google.com/file/d/1lWf8ie4NcMIeWDvs1Hwq-rMNDwmhSasl/view?usp=sharing
What you need to do is make the restaurant owner segment in the same code according to the requirements.
** User can take input from keyboard. No need of any User Interface.
**The concepts of OOP in C++ can be used to solve this problem.
**Please explain the lines/things that has been implemented in the code with comments in the code.
** A complete C++ source file for this programming code will be preferable.