Course Catalog
Curriculum Guides
  .NET
  Java/J2EE
  XML
Downloads
Buy Courseware
Customization
News
Authors
Technical Library
FAQ
About Object Innovations
Opportunities
Contact Us
Home

 

 

   
www.objectinnovations.com
info@objectinnovations.com
877-558-7246 (toll free)  
781-466-8012  


Errata and Enhancements
for
Introduction to Visual Basic Using .NET



Introduction to Visual Basic Using .NET
ISBN: 0-13-041804-8
by Dana L. Wyatt and Robert J. Oberg
Copyright © 2002 by Dana L. Wyatt and Robert J. Oberg
Published by Prentice Hall PTR
Prentice-Hall, Inc.
Upper Saddle River, NJ 07458


Please send any errata you discover or enhancements you would like to suggest to:

    oberg@objectinnovations.com.

Please download the latest version of the complete code file,

p. 5 The download code file is a zip file, not a self-extractor (to avoid problems with an .EXE download being blocked).

p. 75 The bottom line of Table 4-13 (truth table for XOR) should be True,True,False.

p. 78 A sixth example of the new compound assignment operators should be provided:

x ^= 2 ' raise x to the power 2


p. 78 The second line of the code example of the compound assignment operator for string concatentation should use buf rather than x.