Pointers and References in C++: Getting Started with Pointers

C++    |    Intermediate
  • 9 videos | 58m 21s
  • Includes Assessment
  • Earns a Badge
Rating 3.9 of 20 users Rating 3.9 of 20 users (20)
As a superset of C, C++ also has support for pointer variable types that point to specific memory locations. While the pointer types function similarly, the terms related to pointer variables have evolved from C to C++ and modern C++, as you will see in this course. Begin this course by creating pointers to values and arrays. You will then move to the use of the nullptr keyword, and see how it differs from the NULL value used in C. Finally, you will create pointers to vectors and maps. After completion of this course, you'll have a solid foundation of using pointers to stack memory locations in C++ and create pointers to vectors and maps.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Outline the use of pointers in c++
    Contrast null and nullptr
    Create c-style pointers
    Store strings in character arrays and pointers
  • Use the nullptr keyword
    Create pointers on string objects
    Use pointers with vectors and maps
    Summarize the key concepts covered in this course

IN THIS COURSE

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.5 of 13 users Rating 4.5 of 13 users (13)
Rating 4.1 of 10 users Rating 4.1 of 10 users (10)
Rating 4.5 of 18 users Rating 4.5 of 18 users (18)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.3 of 100 users Rating 4.3 of 100 users (100)
Rating 4.3 of 6 users Rating 4.3 of 6 users (6)
Rating 4.5 of 26 users Rating 4.5 of 26 users (26)