User Profile

Collapse

Profile Sidebar

Collapse
FARiNk
FARiNk
Last Activity: Oct 7 '06, 10:10 PM
Joined: Oct 4 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • FARiNk
    replied to Not Understanding OOP!
    in C
    Yeah, I realize that. Thank you all for the help; I fixed it....
    See more | Go to post

    Leave a comment:


  • FARiNk
    replied to Not Understanding OOP!
    in C
    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;
    }
    ...
    See more | Go to post

    Leave a comment:


  • FARiNk
    started a topic Not Understanding OOP!
    in C

    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...
    See more | Go to post
No activity results to display
Show More
Working...