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. What is template? Templates allow us to define generic classes. Template is mechanism which allows us to use one function or class to […]
↧