Topic: Learning C++ and sorting


Author: ehcarl00@mik.uky.edu (edward h carleton)
Date: 18 Jun 94 21:31:08 GMT
Raw View
Folks,

I am just learning C/C++ and would like to write a program that will display
the files and directories in color.  The problem is that I don't know what a
good sorting algorithm would look like.  I am assuming that the best one is
the one that first checks the middle of the string of names then the middle
of the half it will be in, and so on.  Like I said, I am new to this stuff:)

Thanks:)

Sam