Skip navigation

Monthly Archives: July 2008

C++ Templates

Template in C++ is very interesting topic. Templates allow you to define functions and  Classes that have parameters for type names. This article is about C++ templates, its types and its usage.