Sorting Object vector
807589Sep 25 2008 — edited Sep 25 2008Hi all,
I have a Vector of Objects with several properties (int, string and other Objects as well). I would like to sort the vector according to properties. I know how to do this when you have only one property, but I couldn't find any example of objects inside the vector with multiple (and heterogeneous) properties.
Any hint?
Thanks