Jan 23, 2008 at 10:43pm
Hi All.
I have been reading a bit about pointers, from an article on this site as it happens. Im a tad bit confused.
How do assign a memory address to a variable? I have tried:
1 2 3 4
|
int test = 483;
memadd = &test;
|
Now the question is, can i do this and what type would i declare it as?
Last edited on Jan 23, 2008 at 10:44pm