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