Week 14

This week covered built-in arrays and matrices. We also covered global variables and scope of variables. We then looked at recursion.

Powerpoint files

Recursion

C++ codes discussed in class (some of them might have been modified in class to show extra features)

printreversed_cpp

facttest_cpp

fibtest_cpp

staticdemo_cpp

Recitation Material

final-sample final-sampleSolution