This course deals with teaching a complex but critical topic of pointers in C++. The IDE being used is Visual Studio 2017 Community Edition for building and running the C++ application. This course covers topics related to pointers such as:
Concept and use of pointers in C++
Relationship between a pointer and a variable
Pointer Types
Use the Address of Operators to Initialize pointers
Hands-on Coding to Understand the Address of Operator and Assign a Pointer
Indirection in pointers
Hands-on Coding to Understand the Indirection (dereferencing) of Pointers
Uninitialized Pointers
Dereferencing null pointers
Goals
Concept and use of pointers in C++
Relationship between a pointer and a variable
Pointer Types
Use the Address of Operators to Initialize pointers
Hands-on Coding to Understand the Address of Operator and Assign a Pointer
Indirection in pointers
Hands-on Coding to Understand the Indirection (dereferencing) of Pointers
Uninitialized Pointers
Dereferencing null pointers
Use of Visual Studio IDE to Compile and Run C++ Application
Prerequisites
Basic knowledge of Programming in any High Level Language is Preferred
Feedbacks (2)