Part I: Fundamental Concepts
Chapter 1: Preliminaries
Last updated 26 March 1998 |
They came [to Plato's lecture on the Good] in the conviction that
they would get some one or other of the things that the world calls
good: riches, or health, or strength.
But when they found that Plato's reasonings were of
mathematics their disenchantment was complete.
Genesis and contents. Objectives and motivation: reusability and performance.
The underlying algorithmic language we use requires only very simple constructs, namely if, while, do while, function call, return, and block statements, along with the operations (functions) required by the algorithms we are implementing.
Develop the STL pair structure as an example.
There are a number of conventions we will follow throughout this book.
Parts of the book are mathematical or discuss analogies with mathematical concepts, but are not critical to understanding of the material. We set those parts in a smaller font to distinguish them.
The use of code examples, both good and bad, is critical to our exposition. We will distinguish incorrect code by setting it in red.
The following are points to be integrated somewhere:
Send comments about this page to Jim Dehnert or Alex Stepanov. |