usingnamespace std;
int binarySearch(struct passenger s[], int first, int upto, int key);
void merge_sort(int,int,int);
void merge (int low, int mid, int high);
void merge_sort(int low, int high);
struct passenger
{
int seat_number;
string name;
string Newname;
string connecting_flight;
};
int N_PASSENGER;
struct passenger stArray[30];
I change the whole update Round to make it that bit easy.
but getting problems with Location.. can some one help me with this. Im trying to update a name thats inside a text File, once i update the name it should then Replace the Name inside the Text file with the New name i just entered.