Search:

Type: Posts; User: mellaicp

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,401

    Thank you. Yes, it does. After adding the...

    Thank you. Yes, it does. After adding the implementation of operator==, it's ok.
  2. Replies
    2
    Views
    2,401

    using std::find linking fail in linux

    I am trying to experiment <algorithm>'s find to search for an item in a
    vector of struct. My bit of test code is shown below.



    #include <algorithm>
    #include <iterator>
    #include <functional>...
Results 1 to 2 of 2