Weeks 13 and 14

In weeks 13 and 14, we first  covered built-in array and matrices. These lecture notes are in vectors2.ppt file. The way that we cover matrices is different than the book. In the book, the matrices are covered as a class. However, we explained matrices are vectors of vectors. Thus please consider the way that I explained in class and in notes.

Then, we covered scope rules, globals, hidden identifiers and recursion These are in ScopeRecursion.ppt file.

Powerpoint files
vectors2.ppt
ScopeRecursion.ppt

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

globaldemo.cpp
scope.cpp

printreversed.cpp
facttest.cpp

fibtest.cpp
bsearchrec.cpp
staticdemo.cpp