quicktour of c++ as c
search and/or sort
- linearsearch | binarysearch
[ by interactive choice of L|B using enum type
data is either sorted or unsorted for linearsearch
and sorted for binarysearch ]
- bubblesort | insertionsort | quicksort | selectionsort
program in multiple functions/headers and external input/output data
[ by interactive choice of B|I|Q|S using enum type
and yes | no by interactive choice of Y|N using enum type ]