CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jambodev

Search: Search took 0.04 seconds.

  1. Replies
    11
    Views
    9,340

    Re: multimap and multithreading

    OK, It seems that I need to use synchronization after all.
    I haven't looked into Docs, But Regarding Balanced tree and iterator invalidation; one can implement a Balanced tree and yet do not move...
  2. Replies
    11
    Views
    9,340

    Re: multimap and multithreading

    Right. Thank you very much, this was really helpful.

    Regards
  3. Replies
    11
    Views
    9,340

    Re: multimap and multithreading

    for multimap I don't understand why inserting new element should invalidate iterators?
    Removing element could potentially invalidate iterators of multimap. But Not Insertion I would have thought.
  4. Replies
    11
    Views
    9,340

    Re: multimap and multithreading

    Thanks for the answers.




    Why?
  5. Replies
    11
    Views
    9,340

    multimap and multithreading

    Hi,

    Greatly appreciate your help;
    Imagine that I have a multimap. in a for loop I assign values to different elements of this multimap,
    But I know that each iteration assign value to a...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured