Errata
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 38 IN PRINT: Example 5-1, fourth and sixth lines |
"Console.WriteLine..." |
Anonymous | ||
Printed | Page 48 first line |
Chapter 7 describes branching in detail |
Anonymous | ||
Printed | Page 92 Ex. 8-3 |
Change the member variable Date to myDate throughout the program -- Date is a keyword. |
Anonymous | ||
Printed | Page 96 Dim Command in Constructor paragraph |
"Dim timeObject as New Time();" ends with a semicolon. The semicolon should be |
Anonymous | ||
Printed | Page 109 Line 16 |
Date = dt.Date |
Anonymous | ||
Printed | Page 158 |
The syntax shown for defining an interface refers to access-modifiers. No access |
Anonymous | ||
Printed | Page 184 Code snippet just above "Accessing Array Elements" heading |
For i = 0 to empArray.Length -1 |
Anonymous | ||
Printed | Page 257 Class Tester, Run method |
Dim id as Integer = 1 produces the following output: |
Anonymous |