Hour 10. Creating Pointers
What You’ll Learn in This Hour:
What pointers are
How to declare and use pointers
What the heap is and how to manipulate memory
Understanding Pointers and Their Usage
One of the most powerful tools available to a C++ programmer is the pointer. Pointers provide the capability to manipulate computer memory directly. That power comes at a price: Pointers are one of the most difficult aspects of C++ for beginners to learn. ...
Get Sams Teach Yourself C++ in 24 Hours, Sixth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.