Thread: Sorting Help
View Single Post
Old 10-16-2005, 02:35 AM   #1 (permalink)
Salchester
Salchester
 
Salchester's Avatar
 
Join Date: Jul 2005
Location: In a house
Posts: 230
Salchester is an unknown quantity at this point
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?
Salchester is offline   Reply With Quote