Search:

Type: Posts; User: lawrenced

Search: Search took 0.00 seconds.

  1. Elysia - thank you very much for suggestion -...

    Elysia - thank you very much for suggestion - Reservation will grown to have many characteristics - very large class with many private data members - i think i will want to keep it as pointer for...
  2. i am confused on syntax. may you offer some...

    i am confused on syntax. may you offer some example code as help please?
  3. c++ does not have an STL that will find the best...

    c++ does not have an STL that will find the best place to insert the object in a list based on some sortable criteria? i was originally going to use list, and run through the list comparing dates,...
  4. I am new to c++ so I don't fully understand - ...

    I am new to c++ so I don't fully understand -

    I will be creating set<Reservations*> restaurant1;
    I want to randomly allocate

    vector<Reservations*> reservationsmade;

    to set<Reservations*>...
  5. using set of class obj to sort by obj member

    hi,

    I have a Class which one of its attributes is a date -

    Class reservations
    members - name
    - date

    lets say I have multiple restaurants and want to insert class...
Results 1 to 5 of 5