标签: c++ sorting vector
我有指向对象的指针。这些对象有2个属性,例如:int strenght和int age。我希望按int strenght对此向量进行排序,但如果有相同的对象具有相同的int strenght,则这些对象应按int age排序。我怎么能用C ++做到这一点?
int strenght
int age