|
Sorting Help
I am currently creating a C++ program that sorts names; I need to move 4 names from the bottom of the list in memory to the top of the list in memory. There are 36 names altogether how do I do this.
Many Thanks
Unsorted example:
Jonathan
Jane
David
Kellie
Lucy
Jamie
Mark
Sorted example:
Kellie
Lucy
Jamie
Mark
Jonathan
Jane
David
__________________
Many Thanks, in advance!
Salchester.
The Future Is Here - Are You Ready?
|