User profile: gilbo

User info
User name:gilbo
History
Joined:
Number of posts:9
Latest posts:

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 strcmp
Thanks 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 strcmp
Thank 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 strcmp
I am going round and round in circles with this and researched everywhere I'm at a wits end. I ha...