
-----------------------------------
Homer_simpson
Tue Jun 10, 2003 7:09 pm

Accessing ram using address
-----------------------------------
is anyone good at pointers in c++?!

-----------------------------------
Catalyst
Tue Jun 10, 2003 7:32 pm


-----------------------------------
whado you need to know

-----------------------------------
Homer_simpson
Tue Jun 10, 2003 7:39 pm


-----------------------------------
well ok...
this is the code that i have made

#include 
#include 

using namespace std;

void main()
{
const int& addr=0x00A88084;
cout 