I am trying to read the value of memory address using c++.
For example, how can I read the value contained in "00B12318"?
I have tried:
Help with Code Tags
int value;
00B12318 = &value;
cout << value;
But sadly it doesnt work.
Please help! THank you
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 19
Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |