I am working with cpp and getting the error message: c.cpp: In member function ‘int Foo::Count(const string&, const string&) const’: c.cpp:42:94: error: invalid use of non-static member function std::vector<Bar>::iterator ToFind = lower_bound(bars.begin(), bars.end(), mybar, comparator); Here is the ...