Search:

Type: Posts; User: begoodtome

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    2,855

    So, I get what you mean. I inserted the code...

    So, I get what you mean. I inserted the code below after line 30:


    newO->orders = (ORDER*)malloc(sizeof(ORDER));

    But now, I am having another problem. The first two transactions works well,...
  2. Replies
    11
    Views
    2,855

    Hello tabstop, I think what you said is...

    Hello tabstop,



    I think what you said is what I needed now. Can you show me an example on how this is usually done?
  3. Replies
    11
    Views
    2,855

    It's been 5 days and still I was not able to...

    It's been 5 days and still I was not able to solve the problem. I have created a new code though. A bit similar to the previous, but only the user can now just order 1 name food every transaction....
  4. Replies
    11
    Views
    2,855

    I'm currently working on it right now. Hopefully,...

    I'm currently working on it right now. Hopefully, I could get it.
  5. Replies
    11
    Views
    2,855

    I just actually did what you said Salem. I just...

    I just actually did what you said Salem. I just changed the pointer array into 2D array. Also, have you noticed that when you execute the program, for example, you have 2 kinds of food to order on...
  6. Replies
    11
    Views
    2,855

    Thanks for responseDone this but my compiler...

    Thanks for responseDone this but my compiler gives me an error, so I keep using ->.And also, I still have a problem. When I place on a new order, it prints out characters and symbols.
  7. Replies
    11
    Views
    2,855

    Please help me troubleshoot this code

    Hi guys I need your help. Basically this is a restaurant ordering program where a customer can ordering multiple kinds food in one order/transaction.

    For example, i will input:
    Table Number: 1...
Results 1 to 7 of 7