Errata

Visual C# 2005: A Developer's Notebook

Errata for Visual C# 2005: A Developer's Notebook

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 xv
Acknowledgments

Christopher Kimpbell

NOW READS:
Christopher Kimbell

Anonymous    Mar 01, 2006
Printed
Page 13
Line 15

// constrain Nodes to only take items that implement Icomparable

NOW READS:
// constrain Nodes to only take items that implement IComparable
^

Anonymous    Mar 01, 2006
Printed
Page 17
Output, 3rd line

Integers: 1, 2, 2, 5, 7, 8, 8

NOW READS:
Integers: 1, 2, 2, 2, 5, 5, 5, 7, 8, 8

Anonymous    Mar 01, 2006