User Profile
Collapse
-
Yeah, I realize that. Thank you all for the help; I fixed it.... -
Hey, and thanks alot. I did this the first time with Burgers, and it keeps giving me an error saying Burgers is not declare. I know that I have to called first it's just I don't know the structure.
...Code:int main() { FastFood Burgers; Burgers.enterItemName(Burgers); cout<<"Which item(s) would you like to purchase?"; return 0; }Leave a comment:
-
Not Understanding OOP!
First off I have to write an OOP Burger Stand. The instructions were as followed:
1. Create a Class - FastFood
2. Properities of the class
Item Name, Cost, Quantity
3. Methods of the Class
Enter Name, Cost, Quantity
Return Name, Cost, Quantity
Have the Employee Enter an Item
My question is how do I call the function to have the employee enter in...
No activity results to display
Show More
Leave a comment: