Search:
Forum
General C++ Programming
Question about pointers.
Question about pointers.
Jan 3, 2010 at 7:47pm UTC
magnificence7
(188)
Hi,
I followed the tutorial on this site, but one thing I'm still couldn't find out. Would pointer variables actually use memory blocks for storing the memory adress they are pointing to?
Jan 3, 2010 at 8:03pm UTC
Disch
(13742)
yes
Any variable (including a pointer) occupies space in memory.
Jan 3, 2010 at 8:33pm UTC
magnificence7
(188)
ok thanks.
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs