Sunday, October 30, 2016

Templates in C++ simply explained.

Here are three videos that simply explain concepts of function templates, class templates and template Specialization.

1.  Function templates



2.  Class templates



3.  Template Specialization

No comments:

Post a Comment

Optimize you working enviorenment : Single command to create & move to a directory in linux (C Shell, Bash)

Usually move to a directory just after creating is bit of a anxious task specially if the directory name is too long. mkdir long-name-of...