Programming C# by Jesse Liberty This errata page lists errors outstanding in the most recent printing. If you have any error reports or technical questions, you can send them to booktech@oreilly.com. (Please specify the printing date of your copy.) This page was updated on May 13, 2003. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification Confirmed errors: (147) Listing 8.2; The listing repeats itself starting at the bottom of the page with "using System" (164) Line 8 of example 9-1; The comment of the class and the comment for the constructor are the same. '//a simple class to store in the array' (221) Code listing; The comments refer to Queues (e.g., Display the queue) when they should say stack (246) 2nd para, 2nd word: "^" is a caret, not a carrot (329) throughout page; change all references to FileSystemAttributes to FileAttributes.