Description: -Array sorting algorithm, its head files include four sorting methods:bubble sorting method (bubble), insertion sorting method(insertion), quickly sorting method (quick) and selection sorting method (selection). In head files has also used the template technology to realize several kinds of sorting algorithms at the same time.
File list (Check if you may need any files):
sort
....\Debug
....\.....\sort.exe
....\.....\sort.ilk
....\.....\sort.pch
....\.....\sort.pdb
....\.....\sortmain.obj
....\.....\vc60.idb
....\.....\vc60.pdb
....\sort.dsp
....\sort.dsw
....\sort.h
....\sort.ncb
....\sort.opt
....\sort.plg
....\sortmain.cpp