Home > 2015 > August > 16

Daily Archives: 16/08/2015

Function templates in C++

In a previous article, I talked about a class template in C++. Now, I’m going to talk about function templates. A function template is very similar to a class template, allowing the ...

Read More »