HerbSchildt.com

 

Corrections for

C# 2.0: The Complete Reference

 

Errata #1. Page 551: The following line contains a typographical error:

if(lower !< upper) // ... also false!

It should be:

if(lower < upper) // ... also false!

 

Errata #2. Pages 74 and 75: Only the low-order byte (1111 1110) of the binary number 1111 1111 1111 1110 was printed. This occurs in a comment in the program on page 74 and in the discussion on page 75.  It does not affect the program, itself.  Pages 76 and 77: Only the low-order byte (0000 0001) of the binary number 0000 0000 0000 0001 is shown in the comment in the program and in the discussion. Again, it does not affect the program.

 

 

  © 2008  HerbSchildt.com  All rights reserved worldwide. No duplication allowed without prior written permission.