Search:

Type: Posts; User: markdamas

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    799

    Array Problem

    hi

    how can i revise the code below so that as well as being able to book a particular hour in the day, I can also request the first free hour of the day?

    thanks

    #include <iostream.h> ...
  2. Replies
    3
    Views
    3,221

    Appointment Book Problem

    When run, my program below allows me to book d first available hours starting from 0900. how can i revise the code so that i can pick which hour i want to book? eg i can pick and book 1400 if it is...
  3. Replies
    3
    Views
    3,221

    Appointment Book Problem

    hi

    i am learning c++ from home and have started a home project in which i am trying to write a program which will allow me to enter a days bookings in an appointment book. For the sake of...
Results 1 to 3 of 3