|
-
September 30th, 2003, 10:19 PM
#8
Thanks Paul, thats cleared it all up for me 
So without changing LPVOID Bar, is there any possible way for me to change the value of Word in C++? How would I dereference it anyway?
This is what I understand of pointers:
int * ptr = &someNumber;
ptr stores an address, the address of someNumber.
*ptr is the value stored at that address (is this dereferencing?)
ptr is the address.
What is &ptr?
I'm really stuck on this one there must be a way to change Word.
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
|