BlackBerry Development Fundamentals

What people have said about the book:

As a new Java and BlackBerry programmer, I find your book invaluable.

Fred Lepow

 

Home Inside the Book Errata Chapter 12 - Page 291
Chapter 12 - Page 291 PDF Print E-mail

On the bottom of page 291, the descriptions in the code snippet are reversed. The book has this:

//#ifndef
  [Code to be executed if the preprocessor define exists]
//#else
  [Code exectued if the preprocessor define does not exist]
//#endif

When it should actually be this:

//#ifndef
  [Code exectued if the preprocessor define does not exist]
//#else
  [Code to be executed if the preprocessor define exists]
//#endif

Last Updated on Wednesday, 02 December 2009 09:40
 
InformIT (Pearson Education)