Could any one please tell me how do I sort a vector of type struct storing "time" (besides few other variables) e-g 13:00:28.91, 12:58:24.81, 12:57:44.18, 13:00:28.86 12:58:32.93 and the result should be 13:00:28.91, 13:00:28.86, 12:58:32.93, 12:58:24.81, 12:57:44.18
That's the part I am confused about. Could you please write to me that test which would sort the times, latest being the first and earliest being the last.