Sorting array of type string, with strcmp[code] alphabetical: { for(int i=0;i<SIZE-1;i++) { for( int j = 0; j < ...
Sorting array of type string, with strcmpThanks for the reply --> I didn't mean to sound flippant in not wanting to learn structs its just im...
Sorting array of type string, with strcmp[code] struct A{ public: string amount, name; bool operator<...
Sorting array of type string, with strcmpThank you for the reply. I know how to code the swap I have done it for a numerical sort. I do no...
Sorting array of type string, with strcmpI am going round and round in circles with this and researched everywhere I'm at a wits end. I ha...