programming languages - design principles,
implementation constructs
c++
-
c++ [ c with classes ] as better c
-
quicktour of c++ as c
-
search-sort - linear | binary search - template/vector
program in multiple functions and header files,
interactive search decision, [enum type is used]
external input data implicitly sorted,
output is directed to a permanent file
[pre|post]-tested for repetition
contents
<<
1
>>
basic facilities
| 3
| 4
| 5
| 6
| 7
| 8