Content deleted Content added
CanisRufus (talk | contribs) m RedWolf - dab Polymorphism |
m corrected spelling of "evaluting" to "evaluating" |
||
Line 15:
Templates are of great utility to programmers in C++, especially when combined with multiple [[Inheritance in object-oriented programming|inheritance]] and [[operator overloading]]. The C++ [[Standard Template Library]] (STL) provides many useful functions within a framework of connected templates.
As the templates in C++ are very expressive they may be used for things other than generic programming. One such use is called [[template metaprogramming]], which is a way of pre-
===Technical overview===
|