Week14
This week we first covered built-in arrays and matrices. We then looked at templated functions. We also covered global variables and scope of variables.
We also started talking about recursion and gave few examples. We compared the performance of recursive solutions to iterative solutions. We will continue with pointers next week, which will be the end of our semester.
Powerpoint files
C++ codes discussed in class (some of them might have been modified in class to show extra features)
Tapestry source codes to use tvector and tmatrix classes