Lecture 5 - Slide 33 : 40 |
We make a type parameterized Point - class Point<C>
A modest first example...
![]() | The implementation of the template class Point - point.cc. |
![]() | A program that illustrate template instantiation. |
![]() | A program that illustrate problematic template instantiation. |
![]() | Compiler errors for the program from above - typical for compilation of template instances with errors. |