Aloha everyone! I am trying to use the find () in the STL but I seem to be doing something wrong, but I can't figure out what. It looks as though I only need to implement the '==' operator, but it doesn't seem to call my class. Please help!
Athar, thanks! That indeed was my mistake. My solution was to wrap myClass and store that in the vector. That seems to have done the trick! Thanks again.