Learning C++ Pointers

Go to class
Write Review

Free Online Course: Learning C++ Pointers provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Learning C++ Pointers is taught by Peggy Fisher.

Overview
  • Learn how to use C++ pointers to control memory allocation and create smarter, more efficient C++ applications.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • Exercise files
    1. Pointer Basics
    • Pointers defined
    • Address vs. pointers
    • Pointer memory
    2. How to Use Pointers
    • Pointers to arrays
    • Character pointers
    • Dereferencing pointers
    • Pointing to a pointer
    3. More on Pointer Uses
    • Dynamic allocation
    • Passing pointers as arguments
    • Stack and heap
    • New and delete operators
    Conclusion
    • Next steps