cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
The use of Pointers
The use of Pointers
Jan 5, 2015 at 12:38am UTC
CorvetteDude427
(8)
I've just come across the pointer variable in a C++ book Im reading. The book shows you how to use them, how to declare them and all that stuff, but doesnt tell you why one might use them. Help/examples on why we could use a pointer variable??
Please and thank you!
Jan 5, 2015 at 3:17am UTC
kbw
(9488)
This comes up all the time.
Read this sequence of pages on pointers, it'll answer all. It's C, not C++ though.
http://computer.howstuffworks.com/c20.htm
Topic archived. No new replies allowed.