Question- List the passengers sorted by highest number of bookings.
void defaultvalue(vector<indi>&a)
{
a.push_back(indi("Kobe","17-05-2015","KUL","SIN"));
a.push_back(indi("Kobe","14-04-2015","KUL","HKG"));
a.push_back(indi("David","08-04-2015","JED","HKG"));
how can i implement the count and sort part..by using algorithm.. and show Kobe 1st and follow by david depends on number of booking ... please any 1 can help me..