Video Examples of function templates in C++
Note that in the video the filename was called template.cpp.
Video Introduction to templates in C++
Note that the template in this file has 2 type parameters, but the video example starts with one type parameter and builds to 2.
Video Example of the friend modifier for classes & methods. The example is in the context of a simple linked-list implementation.
Example of reading a file & parsing a string in C++. This program is equivalent to readfile.c.
Video Demonstration of the explicit modifier
Video Example of variadic template