These files accompany Johnsonbaugh/Kalin: Applications Programming in C++, Prentice Hall, 1999. The files and their relationship to this book are: File Where Description ---- ----- ------------ step.cpp Section 1.1 A First C++ Program convert.cpp Section 1.4 Conversion of Lengths mathpuzl.cpp Section 1.8 A Math Puzzle taxes.cpp Section 2.2 Computing Taxes taxesrev.cpp Section 2.4 Computing Taxes Revisited files.cpp Example 2.5.4 Reading From and Writing to Files stat.cpp Section 2.9 Statistical Measures prime.cpp Section 2.11 Generating Prime Numbers grade.cpp Section 3.1.1 Assigning a Grade mhall.cpp Section 3.4 The Monty Hall Problem calendar.cpp Section 3.6 Printing a Calendar factoria.cpp Example 3.8.1 The Factorial Function hanoi.cpp Example 3.8.2 The Tower of Hanoi votes.cpp Section 4.4 Totaling Votes merge.cpp Section 4.8 Merging Files addrbook.cpp Section 4.10 Maintaining an Address Book clock.cpp Section 5.3 A Clock Class tstamp.cpp Section 5.4 A Time Stamp Class task.cpp Section 5.6 A Task Class cstring.cpp Section 5.8 Using the Class CString from MFC films.cpp Section 6.3 Tracking Films seq.cpp Section 6.6 A Sequence Hierarchy filmsrev.cpp Section 7.2 Tracking Films Revisited complex.cpp Section 8.2 A Complex Number Class assocarr.cpp Section 8.7 An Associative Array sort.cpp Section 9.4 Sorting and Searching stack.cpp Section 10.2 A Template Stack Class stock.cpp Section 10.5 Stock Performance Reports