index of single purpose examples

Makefile		simple makefile

arraytimer.cpp		time array creation
countdown.cpp		simple countdown program

index			this file
readme			programmer notes

shuffle.cpp		stl example using shuffle algorithm
shuffle_array.cpp
shuffle_days.cpp

single.cpp		example of the singleton pattern
singleton.cpp
singleton.h

stopwatch.cpp		example benchmarking object
stopwatch.h

student.cpp		simple basic class
student.h
students.cpp
