Nov ’09 19
Somehow, this did not make it into the 2.1 documentation. This important piece of information shouldn’t languish too far into the abyss. So here it is…
GD Star Rating
loading...
loading...
"Examples of designs that meet most of the criteria for "goodness"
(easy to understand, flexible, efficient) are a recursive descent parser,
which is traditional procedural code. Another example is the STL, which
is a generic library of containers and algorithms depending crucially
on both traditional procedural code and on parametric polymorphism."
—Bjarne Stroustrup
Somehow, this did not make it into the 2.1 documentation. This important piece of information shouldn’t languish too far into the abyss. So here it is…