Question: .CPP below C++ Programming Exercise A restauranteur has hired you to write a program to keep track of his pizza orders. You are given the


.CPP below

C++ Programming Exercise A restauranteur has hired you to write a program to keep track of his pizza orders. You are given the following pizza class files to use 1. pizza.h pizza cpp 2. Write a CPP program that allows the restauranteur to keep track of 4 pizzas using dynamic allocation, i.e. new and delete, to store them. (hint -just start with 1.) The restauranteur will use iostreams to type in the customer's order, and then create the pizza object using the preferred ctor. Immediately after creating the pizza object, the system will output the 5 data fields of the pizza object. You'll need to use the pointer operator (>) to accomplish this. 3. The pizza class files do compile - you should not need to modify them at all. C++ Programming Exercise A restauranteur has hired you to write a program to keep track of his pizza orders. You are given the following pizza class files to use 1. pizza.h pizza cpp 2. Write a CPP program that allows the restauranteur to keep track of 4 pizzas using dynamic allocation, i.e. new and delete, to store them. (hint -just start with 1.) The restauranteur will use iostreams to type in the customer's order, and then create the pizza object using the preferred ctor. Immediately after creating the pizza object, the system will output the 5 data fields of the pizza object. You'll need to use the pointer operator (>) to accomplish this. 3. The pizza class files do compile - you should not need to modify them at all
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
