Sorting a float in a vector of objectsI didn't understand this part though. public: foo(float f_) : f(f_) {} float getFloatValue() cons...
Sorting a float in a vector of objectsThe thing is,I access this method such as Vector[i].getFloatValues() in main. The getFloatValues me...
Sorting a float in a vector of objectsBut, I access my float values in another file through a method like Vector[i].getFloatValues(). This...
Sorting a float in a vector of objectsI've a vector of objects that I can get my float value from by accessing it through a method.It's no...