cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Lounge
what is a pointer for
what is a pointer for
Aug 18, 2012 at 10:06am UTC
gaggerzon
(21)
What is a pointer for and why do I want to use it?
Aug 18, 2012 at 10:21am UTC
Aceix
(1118)
It is used for fun. Hahahahahahaaa!!!
It can be used to access variables indirectly, and other stuff.
Read
http://www.cplusplus.com/doc/tutorial/pointers/
for more info!
Aug 18, 2012 at 10:55am UTC
Moschops
(7244)
Already been asked. Repeatedly.
http://www.cplusplus.com/forum/beginner/60951/
Aug 18, 2012 at 10:49pm UTC
strongdrink
(468)
I highly recommend reading up on pointers. They are amazing once you know how to use them well.
Topic archived. No new replies allowed.