Errata for "The Teacher's Guide to Practical C++" o Figures in general. All the figures have been changed to use the "Times Roman" font face. This is because we want to be able to print the postscript files on any simple postscript printer without the need for special fonts. o "Construction of a Program" on slide 15 The text of the boxes can be wider than the box especially when print 2 or 4 up. o "Fibonacci execution" on slide 125 First line of the figure should be: cout << current_number << '\n'; o "Diagram of Pointers and Things" on slide 304 The B caption should read: B) other = *thing_ptr; o "Derived Classes are like the base classes only with something extra" on slide 452 Figure should show a box names "stack" taped to a box named "b_stack." o "Generated code" on slide 497 The generated functions "int max(int d1, int d2)" and "float max(float d1, float d2)" are reversed. o "setjmp / longjmp usage" on slide 559 "longjump" should be "longjmp"