Tag: templates
Templates in C++
Templates are an interesting feature of C++. It is used for generic Programming. Generic Programming is an approach of programming where generic types are used as parameters in algorithms to work for...