2.3 Templates

Static type checking. C++ is a language that supports static type checking. Static type checking helps to catch many errors during compilation, because the programmer has to fix the type of a name used. Any violation of the type model leads to an error message and cancels compilation. So, run-time errors decrease.

Continue with section 2.3.1

Back to index


Johannes Weidl (J.Weidl@infosys.tuwien.ac.at) - Apr 16, 1996