Sunday, July 15, 2007

templates

Templates are a compile-time mechanism so that their use can cause no run-time overhead compared to hand-written code.
by Stroustrup

separate compilation

"Separeate compilation is not a language issue.It is an issue of how best to take
advantage of a perticular language implementation."

Stroustrup