Search:

Type: Posts; User: bahareh

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    2,221

    doubly linked list

    can you tell me how many pointers must be change to insert a value at the end of the list?
  2. Replies
    20
    Views
    2,536

    what do you mean by milhours and milmin?

    what do you mean by milhours and milmin?
  3. Replies
    20
    Views
    2,536

    ok, I think I fix every thing, no errors but 2...

    ok, I think I fix every thing, no errors but 2 warnnig
    this is a warning:
    local variable 'Hr' used without having been initialized
    local variable 'Min' used without having been initialized
  4. Replies
    20
    Views
    2,536

    it holds chars and ints

    it holds chars and ints
  5. Replies
    20
    Views
    2,536

    Please need more explanation?!?!?!

    Please need more explanation?!?!?!
  6. Replies
    20
    Views
    2,536

    no, it is not working. the same error: left of...

    no, it is not working. the same error:
    left of '.arrival' must have class/struct/union type
  7. Replies
    20
    Views
    2,536

    you mean like this: char spaces[MAX_CARS];

    you mean like this:
    char spaces[MAX_CARS];
  8. Replies
    20
    Views
    2,536

    I get this error: subscript requires array or...

    I get this error:
    subscript requires array or pointer type
    left of '.arrival' must have class/struct/union type
    also for others like tag...
  9. Replies
    20
    Views
    2,536

    need help for stack problem again

    Can anyone help me,please?
    this is about:

    There is only one entrance/exit to the garage. If someone comes to retrieve a car that is not first out of exit, all cars blocking its path must be moved...
  10. Replies
    15
    Views
    2,256

    for push or pop do I have to use this:...

    for push or pop do I have to use this:
    Push(AorD,plate,hour,min,AorP);
  11. Replies
    15
    Views
    2,256

    please need more help I am very confuse?

    please need more help I am very confuse?
  12. Replies
    15
    Views
    2,256

    can you tell me what I do with stack garage; in...

    can you tell me what I do with stack garage; in cpp what I have to use?
    and the other thing is garagepark.push and pop.
    can you help me with these? thanks
  13. Replies
    15
    Views
    2,256

    can you show me what I have to do? thanks

    can you show me what I have to do? thanks
  14. Replies
    15
    Views
    2,256

    GarageStack

    this is for GarageStack, but I don't know it is correct or not?


    #ifndef GARAGE_H
    #define GARAGE_H


    const int MAX_CARS=10;
  15. Replies
    15
    Views
    2,256

    need help for stack problem

    can anyone help me with creating the h file.please help me.
    this is about garage parking:

    There is only one entrance/exit to the garage. If someone comes to retrieve a car that is not first out...
Results 1 to 15 of 15