Search:

Type: Posts; User: miami_victor

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    2,433

    What does "myMap.insert(std::make_pair(ID++,...

    What does "myMap.insert(std::make_pair(ID++, newData));" do? ...and thanks for all your help!
  2. Replies
    13
    Views
    2,433

    Can you show an example of how some of the...

    Can you show an example of how some of the objects in the MessageCont_t vector can be passed to the approriate corresponding data to the TrainCont_t map?
  3. Replies
    13
    Views
    2,433

    Here are my two containers. I have added comments...

    Here are my two containers. I have added comments within each...an attempt to show definitions of some of the data structures contained in each container. I hope this doesn't muddy the original...
  4. Replies
    13
    Views
    2,433

    Oh good...both containers are public. One is...

    Oh good...both containers are public. One is "map" the other "vector".
  5. Replies
    13
    Views
    2,433

    Your example is very clear to me. Both...

    Your example is very clear to me. Both containers hold the same types of data...I don't know if that helps at all. What do you mean by "what kind of container" and "How are these containers...
  6. Replies
    13
    Views
    2,433

    data structure question

    I am new to C++ (this will become obvious) and wanted to know how I can pass data from one container to another container both of which are located in different classes? I don't have any code to show...
Results 1 to 6 of 6