User profile: meoweatsfish

User info
User name:meoweatsfish
History
Joined:
Number of posts:4
Latest posts:

Sorting a float in a vector of objects
I didn't understand this part though. public: foo(float f_) : f(f_) {} float getFloatValue() cons...

Sorting a float in a vector of objects
The thing is,I access this method such as Vector[i].getFloatValues() in main. The getFloatValues me...

Sorting a float in a vector of objects
But, I access my float values in another file through a method like Vector[i].getFloatValues(). This...

Sorting a float in a vector of objects
I've a vector of objects that I can get my float value from by accessing it through a method.It's no...