Errata

Programming C#

Errata for Programming C#

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page 147
Listing 8.2

The listing repeats itself starting at the bottom of the page with "using
System"

Anonymous   
Printed
Page 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'

Anonymous   
Printed
Page 221
Code listing

The comments refer to Queues (e.g., Display the queue) when they should say
stack

Anonymous   
Printed
Page 246
2nd para, 2nd word

"^" is a caret, not a carrot

Anonymous   
Printed
Page 329
throughout page


change all references to FileSystemAttributes to FileAttributes.

Anonymous