Lesson of 14 July 2009 (afternoon)

QuickSort rewritten with an header and an implementation file

File quicksort.hh

File quicksort.cc

File prova.cc

Multiple version of QuickSort by using overloading an macros

File macro/quicksort.hh

File macro/quicksort.hxx

File macro/quicksort.cc

File macro/quicksort.cxx

File macro/prova.cc

Multiple version of QuickSort by using templates

File template/quicksort.hh

File template/prova.cc

Multiple version of Max by using templates

File template/max.cc

STL Vector and Maps

File template/vectorTest.cc

File template/mapTest.cc