|
-
Dec 19th, 2001, 02:58 PM
#1
QuickWatch in VC++
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|