Writing a function I must declare input and output data types like this:
int my_function (int argument) {}
Is it possible to make such a de
read this tutorial, it gives some nice examples http://www.cplusplus.com/doc/tutorial/templates/