Recitation 6

The file which contains "inclass" in the file name is to be used during recitation. Some of the examples in this version have missing parts to be developed within recitation. Some others are to be developed from scratch.

The file  which contains "afterclass" in the file name is the full one. Please do not download and check out this version before or during the recitation.

Recitation06_inclass.zip
Recitation06_afterclass.zip  (digits.cpp file is updated on October 23, 2015, 00:30; if you have downloaded before, you need to download again)

strutils.cpp and strutils.h files are string utilities library of our book (Tapestry). In order to use this library, you have to copy both files to the same folder as your main cpp file. You also have to have #include "strutils.h" at the beginning of your program and add strutils.cpp file to your project as an existing source file. We mentioned about this library in class but did not use it in any example. In the recitations, you will see some examples that are using strutils. This library would be extremely useful in homework 4.

Homework 4 is assigned this week and it is also going to be explained in recitations.