I'm learning Visual C++ from "The Complete Reference" by Osborne.. McGraw Hill. I found their "C The complete Reference" to be great when I learned C... but this book has problems all over the place and it is frustrating the hell out of me.

Now that that is off my head...

The book tells me to use the QuickWatch to see the contents of a variable at runtime. While the program is executing, I place the cursor on a varaible (which is defined as integer and contains a value.. ) and hit <shift><F9> to bring up QuickWatch. In the book it shows the variable and it's contents. In my workspace, the QuickWatch says:
"numEvents CXX0017: Error: symbol "numEvents " not found"


Can anyone help me?