Week7_1

This week we first covered some odds and ends from Chapters 6, 7 and 9. The topics were char data type, typecasting, switch statement. Then we talked about 3 steps of building a program: preprocessing, compiling and linking. They are in oddsends.ppt file.

Then we learned about recursion and gave few examples.

Powerpoint files

oddsends

ScopeRecursionTemplates

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

displaydigit_cpp

printreversed_cpp

facttest_cpp

fibtest_cpp